-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust the font size according to the number of columns
Additionally, if it is impossible to fit the entire screen buffer on the current monitor, detect this condition uising the GetLargestConsoleWindowSize API and make the console window as large as possible. This is suboptimal for full-screen console programs (e.g. Far Manager), but because the scrolling-mode scraper scrapes the screen buffer rather than the visble window, the smaller-than-desired window frequently has no noticeable effect. Revert the use of MARK to freeze the new Windows 10 console. Use SELECT_ALL again. Fixes #61 Fixes #79 Breaks #53 again
- Loading branch information
Showing
5 changed files
with
414 additions
and
172 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.