This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collection col = new Collection<String>() { | |
@Override | |
public int size() { | |
// TODO Auto-generated method stub | |
return 0; | |
} | |
@Override | |
public boolean isEmpty() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* http://goo.gl/AKBve | |
*/ | |
// create a new profile at the bottom of the connect dialog, call it windows and then paste this: | |
term_.prefs_.set('font-family', 'Lucida Console'); | |
term_.prefs_.set('font-size', 12); | |
// this is the standard settings for a profile | |
term_.prefs_.set('font-family', 'monospace'); // standard | |
term_.prefs_.set('font-size', 15); // standard |