1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

core: remove gap after read marker line when there is no bar on the right (bug #39548)

This commit is contained in:
Sebastien Helleu
2013-07-22 18:25:35 +02:00
parent f7f019887d
commit c14b1b5fae
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ gui_chat_display_horizontal_line (struct t_gui_window *window, int simulate)
window->win_chat_cursor_y, window->win_chat_cursor_x);
wclrtoeol (GUI_WINDOW_OBJECTS(window)->win_chat);
x = 0;
while (x < window->win_chat_width - 1)
while (x < gui_chat_get_real_width (window))
{
mvwprintw (GUI_WINDOW_OBJECTS(window)->win_chat,
window->win_chat_cursor_y, x,