Restore things broken by phk, please use patches to 'cvs update'

instead of whole files commiting!
This commit is contained in:
Andrey A. Chernov 1994-11-02 07:37:40 +00:00
parent 00bc21cafc
commit 9e92d9eb90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4083

View File

@ -52,7 +52,7 @@ stage0()
case 1: /* View readme */
if (!access(README_FILE, R_OK)) {
dialog_clear();
dialog_textbox("READ ME FIRST", README_FILE, 24, 80);
dialog_textbox("READ ME FIRST", README_FILE, LINES-1, COLS);
dialog_clear();
}
goto evil_goto;
@ -61,7 +61,7 @@ stage0()
case 2: /* View copyrights */
if (!access(COPYRIGHT_FILE, R_OK)) {
dialog_clear();
dialog_textbox("COPYRIGHT", COPYRIGHT_FILE, 24, 80);
dialog_textbox("COPYRIGHT", COPYRIGHT_FILE, LINES-1, COLS);
dialog_clear();
}
goto evil_goto;