diff options
Diffstat (limited to 'usr.bin/more/output.c')
-rw-r--r-- | usr.bin/more/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/output.c b/usr.bin/more/output.c index 38142db..a02e4d8 100644 --- a/usr.bin/more/output.c +++ b/usr.bin/more/output.c @@ -231,7 +231,7 @@ error(s) } lower_left(); - if ((s==NULL)?0:(strlen(s)) + sizeof(return_to_continue) + + if ((s==NULL)?0:(strlen(s)) + sizeof(return_to_continue) + so_width + se_width + 1 > sc_width) /* * Printing the message has probably scrolled the screen. |