mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
After fixing curses bugs use LINExCOLS in show file
This commit is contained in:
parent
5970372325
commit
7bcf49f368
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4213
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user