Avoid ringing the bell on focus events
This commit is contained in:
parent
c7a6e9ec36
commit
ccb3974895
2
hex.c
2
hex.c
|
@ -1642,7 +1642,7 @@ app_process_termo_event (termo_key_t *event)
|
|||
return app_process_action (binding->action);
|
||||
|
||||
// TODO: once we become an editor, use 0-9 a-f to overwrite nibbles
|
||||
return false;
|
||||
return event->type == TERMO_TYPE_FOCUS;
|
||||
}
|
||||
|
||||
// --- Signals -----------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue