rm resize grip setting, gtk dropped support for it

This commit is contained in:
Daniel Micay 2014-10-27 12:38:56 -04:00
parent 7612e90369
commit 96668c23cf
2 changed files with 0 additions and 2 deletions

1
config
View File

@ -1,5 +1,4 @@
[options]
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false

View File

@ -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));