1
0
Fork 0

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:
Peter Veenstra 2003-11-11 20:20:02 +00:00
parent a03d87e551
commit 1eef79ef64

View file

@ -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