When I use full screen of command line prompt (cmd.exe) in windows it gets very blurry and runs in inappropriate resolution. Is there a way around to fix this so the full screen cmd.exe is sharp and clean looking.
|
feedback
|
|
When you enable "Full screen", Windows actually switches the display to a text mode of resolution 80x50 or 80x25. It does not support Linux-style framebuffer consoles, nor "fake" full-screen modes. The nearest you can get is to enlarge the console window to cover most of the screen. (The Console wrapper may be useful.) | |||
|
feedback
|