diff options
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r-- | mbbsd/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -492,7 +492,7 @@ getans(char *prompt) { char ans[5]; - getdata(t_lines - 1, 0, prompt, ans, sizeof(ans), LCECHO); + getdata(b_lines, 0, prompt, ans, sizeof(ans), LCECHO); return ans[0]; } |