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:
@@ -2486,6 +2486,7 @@ gui_draw_buffer_input_text (t_gui_window *window, int input_width)
|
||||
}
|
||||
else
|
||||
ptr_start = NULL;
|
||||
input_width--;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2486,6 +2486,7 @@ gui_draw_buffer_input_text (t_gui_window *window, int input_width)
|
||||
}
|
||||
else
|
||||
ptr_start = NULL;
|
||||
input_width--;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user