After fixing curses bugs use LINExCOLS in show file

This commit is contained in:
Andrey A. Chernov 1994-11-06 15:35:50 +00:00
parent 5970372325
commit 7bcf49f368

View File

@ -178,6 +178,6 @@ ShowFile(char *filename, char *header)
return;
}
dialog_clear();
dialog_textbox(header, filename, LINES-1, COLS);
dialog_textbox(header, filename, LINES, COLS);
dialog_clear();
}