Re: changing size of default console window
- Posted by jimcbrown (admin) May 30, 2013
- 1070 views
eukat said...
andi49 said...
system_exec("mode con cols=40 lines=36")
Nice one, but when i tried that when starting a eui.exe, which used trace, and ed reset the window to the stock 80x25(?).
ed.ex resets the row count back to the way it was when ed.ex started up.
It seems we have may have an issue with text_rows() (as it updates the column count to the initial value from when the console is first opened as it updates the # of rows as well), but it seems that the intent in ed.ex's case is to resize both the column count and row count back.