mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Add support for closing windows
This commit is contained in:
parent
daddc8f2e5
commit
73e8db1fa3
6 changed files with 29 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ struct cg_server;
|
|||
* in keybinding.c */
|
||||
enum keybinding_action {
|
||||
KEYBINDING_RUN_COMMAND, // data.c is the string to execute
|
||||
KEYBINDING_CLOSE_VIEW,
|
||||
KEYBINDING_SPLIT_VERTICAL,
|
||||
KEYBINDING_SPLIT_HORIZONTAL,
|
||||
KEYBINDING_CHANGE_TTY, // data.u is the desired tty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue