Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any way to make console2 go fullscreen? I edit settings and increase window and buffer size but when I restart settings are reset to 63 rows in window size.

share|improve this question
1  
Not sure, it can be an exact answer to the question, but I am an author of another console emulator. One of long feature list - is maximized and fullscreen modes. stackoverflow.com/a/10904494/1405560 – Maximus Jun 11 '12 at 6:51
@Maximus: I switched to ConEmu – Peri Apr 17 at 20:09

2 Answers

up vote 3 down vote accepted

OK I managed to do it on win7 but still no luck on XP. This is how I did it.

I have 24" monitor. I set font to be Consolas size 11. In Settings->Behavior I checked Initial position checkbox and left the X and Y as default 0. Then I restarted console. After restart I resized window using borders to fill whole screen. Restart again. Then in Settings->Appearance->More unchecked Caption and Border. I don't know why just entering rows and columns doesn't work. One have to resize window and restart. On my screen with this font it is 62 rows (with space left for tabs on bottom) and 238 columns.

share|improve this answer

You can change the number of rows to change tab settings.
Click "Edit"->"Setting"->"Tabs" and click "Add" button. Then, the new entry which name is "Console" appears in the tab name list. In the main tab menu on the bottom, input these two parameters in the fields.

  • Title: Cygwin
  • Shell: C:\cygwin\bin\bash.exe --login -i

At last, move up the "Cygwin" entry to the top and restart console2. Now you can change the number of rows.

The detail how to configure tab settings is here.
https://openshift.redhat.com/community/blogs/upgrade-cygwin-to-console2-and-improve-the-productivity-of-openshifts-rhc-client-tools-on-wind

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.