mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Fix typo.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
cae521c61d
commit
eecf1fc946
@ -631,7 +631,7 @@ tty_print_string (const char *s)
|
|||||||
s = str_term_form (s);
|
s = str_term_form (s);
|
||||||
len = str_term_width1 (s);
|
len = str_term_width1 (s);
|
||||||
|
|
||||||
/* line is upper or below the screen or entire line is before or after scrren */
|
/* line is upper or below the screen or entire line is before or after screen */
|
||||||
if (mc_curs_row < 0 || mc_curs_row >= LINES || mc_curs_col + len <= 0 || mc_curs_col >= COLS)
|
if (mc_curs_row < 0 || mc_curs_row >= LINES || mc_curs_col + len <= 0 || mc_curs_col >= COLS)
|
||||||
{
|
{
|
||||||
mc_curs_col += len;
|
mc_curs_col += len;
|
||||||
|
Loading…
Reference in New Issue
Block a user