diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-01 10:03:09 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-01 10:03:09 +0000 |
commit | fccefcdf041db69c4fd2340cd3bdf625b3945e6e (patch) | |
tree | b9d686f2d67b47befde0611220267b29304916a4 /src/gui/curses | |
parent | d86af240fa7cc662093a2c63aa93ccf2a6e33ad7 (diff) | |
download | weechat-fccefcdf041db69c4fd2340cd3bdf625b3945e6e.zip |
Fixed display but with input command line (when text is longer than window size)
Diffstat (limited to 'src/gui/curses')
-rw-r--r-- | src/gui/curses/gui-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/curses/gui-display.c b/src/gui/curses/gui-display.c index d9754bf35..e1763c08a 100644 --- a/src/gui/curses/gui-display.c +++ b/src/gui/curses/gui-display.c @@ -2486,6 +2486,7 @@ gui_draw_buffer_input_text (t_gui_window *window, int input_width) } else ptr_start = NULL; + input_width--; } } |