mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
fset: remove scroll to top of fset buffer when options are added or removed (closes #1892)
This commit is contained in:
@@ -28,7 +28,7 @@ extern struct t_gui_buffer *fset_buffer;
|
||||
extern int fset_buffer_selected_line;
|
||||
|
||||
extern void fset_buffer_set_title ();
|
||||
extern void fset_buffer_display_option (struct t_fset_option *fset_option);
|
||||
extern int fset_buffer_display_option (struct t_fset_option *fset_option);
|
||||
extern void fset_buffer_refresh (int clear);
|
||||
extern void fset_buffer_set_current_line (int line);
|
||||
extern void fset_buffer_check_line_outside_window ();
|
||||
|
||||
Reference in New Issue
Block a user