update_selection: SELECT_OFF check not needed
This commit is contained in:
parent
458087627d
commit
46b739c9d6
|
@ -80,7 +80,7 @@ void window_title_cb(VteTerminal *vte, GtkWindow *window) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void update_selection(VteTerminal *vte, select_info *select) {
|
static void update_selection(VteTerminal *vte, select_info *select) {
|
||||||
if (select->mode == SELECT_OFF || select->mode == SELECT_ON) {
|
if (select->mode == SELECT_ON) {
|
||||||
return; // not in visual mode
|
return; // not in visual mode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue