diff options
-rw-r--r-- | src/fe-text/gui-windows.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fe-text/gui-windows.c b/src/fe-text/gui-windows.c index c4b2b8c0..52947d16 100644 --- a/src/fe-text/gui-windows.c +++ b/src/fe-text/gui-windows.c @@ -465,12 +465,6 @@ static void single_line_draw(GUI_WINDOW_REC *gui, int ypos, continue; } - if (xpos == COLS) { - /* there should be only spaces left */ - text++; - continue; - } - if ((unsigned char) *text >= 32) waddch(cwin, (unsigned char) *text); else { |