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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4213

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();
}