Made the window the right size
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1432
This commit is contained in:
parent
a03d87e551
commit
1eef79ef64
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ void DBGUI_StartUp(void) {
|
|||
nodelay(dbg.win_main,true);
|
||||
keypad(dbg.win_main,true);
|
||||
#ifndef WIN32
|
||||
resizeterm(50,80);
|
||||
resizeterm(50,81);
|
||||
touchwin(dbg.win_main);
|
||||
old_cursor_state = curs_set(0);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue