After fixing curses bugs use LINExCOLS in show file
This commit is contained in:
parent
5970372325
commit
7bcf49f368
@ -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