mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
exec: remove trailing space on buffers with free content when line numbers are not displayed
This commit is contained in:
@@ -353,7 +353,7 @@ exec_display_line (struct t_exec_cmd *exec_cmd, struct t_gui_buffer *buffer,
|
||||
weechat_printf_y_date_tags (
|
||||
buffer, -1, 0, str_tags,
|
||||
"%s%s",
|
||||
(exec_cmd->line_numbers) ? str_number : " ",
|
||||
(exec_cmd->line_numbers) ? str_number : "",
|
||||
line_color);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user