mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
Fixed display bug for lag (missing space)
This commit is contained in:
@@ -1049,7 +1049,7 @@ gui_draw_buffer_status (t_gui_buffer *buffer, int erase)
|
||||
}
|
||||
gui_window_set_color (ptr_win->win_status,
|
||||
COLOR_WIN_STATUS_DELIMITERS);
|
||||
wprintw (ptr_win->win_status, "]");
|
||||
wprintw (ptr_win->win_status, "] ");
|
||||
}
|
||||
|
||||
/* display lag */
|
||||
|
||||
@@ -1049,7 +1049,7 @@ gui_draw_buffer_status (t_gui_buffer *buffer, int erase)
|
||||
}
|
||||
gui_window_set_color (ptr_win->win_status,
|
||||
COLOR_WIN_STATUS_DELIMITERS);
|
||||
wprintw (ptr_win->win_status, "]");
|
||||
wprintw (ptr_win->win_status, "] ");
|
||||
}
|
||||
|
||||
/* display lag */
|
||||
|
||||
Reference in New Issue
Block a user