The window size settings are saved but not applied upon restarting the app if the user has manually entered a buffer size with >9999 rows (possible via keybaord input) . Reducing the buffer rows to <=9999 fixes the problem.
This also causes serious resize issues for me in 146. See
https://sourceforge.net/projects/console/forums/forum/143117/topic/3709390/index/page/1
Basically not able to resize beyond 80 columns.
Ok, I have implemented checks on buffer rows and a few other fields (Windows console window allows max 9999 buffer rows, a limitation we must follow).
The fix will be available in the next build.
-- Marko
Log in to post a comment.
This also causes serious resize issues for me in 146. See
https://sourceforge.net/projects/console/forums/forum/143117/topic/3709390/index/page/1
Basically not able to resize beyond 80 columns.
Ok, I have implemented checks on buffer rows and a few other fields (Windows console window allows max 9999 buffer rows, a limitation we must follow).
The fix will be available in the next build.
--
Marko