rm resize grip setting, gtk dropped support for it
This commit is contained in:
parent
7612e90369
commit
96668c23cf
1
config
1
config
|
@ -1,5 +1,4 @@
|
|||
[options]
|
||||
resize_grip = false
|
||||
scroll_on_output = false
|
||||
scroll_on_keystroke = true
|
||||
audible_bell = false
|
||||
|
|
|
@ -1263,7 +1263,6 @@ static void set_config(GtkWindow *window, VteTerminal *vte, config_info *info,
|
|||
config, "options", key).get_value_or(value);
|
||||
};
|
||||
|
||||
gtk_window_set_has_resize_grip(window, cfg_bool("resize_grip", FALSE));
|
||||
vte_terminal_set_scroll_on_output(vte, cfg_bool("scroll_on_output", FALSE));
|
||||
vte_terminal_set_scroll_on_keystroke(vte, cfg_bool("scroll_on_keystroke", TRUE));
|
||||
vte_terminal_set_audible_bell(vte, cfg_bool("audible_bell", FALSE));
|
||||
|
|
Loading…
Reference in New Issue