1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

Fixed display but with input command line (when text is longer than window size)

This commit is contained in:
Sebastien Helleu
2006-04-01 10:03:09 +00:00
parent d86af240fa
commit fccefcdf04
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2486,6 +2486,7 @@ gui_draw_buffer_input_text (t_gui_window *window, int input_width)
}
else
ptr_start = NULL;
input_width--;
}
}
+1
View File
@@ -2486,6 +2486,7 @@ gui_draw_buffer_input_text (t_gui_window *window, int input_width)
}
else
ptr_start = NULL;
input_width--;
}
}