Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fullscreen with zoomed font #30

Closed
GoogleCodeExporter opened this issue Apr 27, 2015 · 4 comments
Closed

Fullscreen with zoomed font #30

GoogleCodeExporter opened this issue Apr 27, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Fullscreen mode in MinTTY fills up the whole screen with as many rows and
columns as the current font size allows, thus maximising the space
available, much like e.g. in web browsers.

Fullscreen mode in the DOS box on the other hand (when it was still
supported), switched the graphics card into character mode and kept the
number of rows and columns, thereby in effect zooming the window contents
up to the whole screen.

Character mode is out of the question for MinTTY, but something similar
could be done by scaling up the font size. Since the window geometry is
unlikely to exactly fit the screen geometry, the font size could be
increased as far as possible while still fitting all existing rows and columns.

Any remaining space could be filled up with additional character cells, but
those would have to be cut away again when going back to window mode.

Original issue reported on code.google.com by andy.koppe on 8 Jan 2009 at 6:05

@GoogleCodeExporter
Copy link
Author

Not sure what the UI should be for this. An option to choose the type of 
fullscreen
mode? Separate menu entries for both (with Shift-Alt-Enter as the shortcut for 
the
zoomed version)?

Original comment by andy.koppe on 8 Jan 2009 at 6:10

@GoogleCodeExporter
Copy link
Author

If you want font-zooming, why restrict it to fullscreen mode? 
Could be handy in window mode too, e.g. for presentations/demos. 
Zooming like in Firefox (ctrl +- or even ctrl scrollwheel) would be really 
nifty...

Original comment by servaasg on 3 Mar 2009 at 2:34

@GoogleCodeExporter
Copy link
Author

I'd thought about that actually, but never remembered to enter an Issue. Will 
do now.
Thanks!

Original comment by andy.koppe on 3 Mar 2009 at 2:51

@GoogleCodeExporter
Copy link
Author

Fullscreen and font zooming might as well be kept separate actually. Issue 
closed.

Original comment by andy.koppe on 26 Apr 2009 at 11:21

  • Changed state: Rejected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant