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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user