mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05:00
parent
fa07c1ec67
commit
b400903e25
6 changed files with 13 additions and 1 deletions
4
input.c
4
input.c
|
|
@ -444,6 +444,10 @@ execute_binding(struct seat *seat, struct terminal *term,
|
|||
unicode_mode_activate(seat);
|
||||
return true;
|
||||
|
||||
case BIND_ACTION_QUIT:
|
||||
term_shutdown(term);
|
||||
return true;
|
||||
|
||||
case BIND_ACTION_SELECT_BEGIN:
|
||||
selection_start(
|
||||
term, seat->mouse.col, seat->mouse.row, SELECTION_CHAR_WISE, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue