apprt/embedded: add the tab overview to the enum

This commit is contained in:
Mitchell Hashimoto
2024-09-27 10:15:06 -07:00
parent f1474c220d
commit be0d71f62d
2 changed files with 2 additions and 0 deletions

View File

@ -505,6 +505,7 @@ typedef enum {
GHOSTTY_ACTION_NEW_SPLIT, GHOSTTY_ACTION_NEW_SPLIT,
GHOSTTY_ACTION_CLOSE_ALL_WINDOWS, GHOSTTY_ACTION_CLOSE_ALL_WINDOWS,
GHOSTTY_ACTION_TOGGLE_FULLSCREEN, GHOSTTY_ACTION_TOGGLE_FULLSCREEN,
GHOSTTY_ACTION_TOGGLE_TAB_OVERVIEW,
GHOSTTY_ACTION_TOGGLE_WINDOW_DECORATIONS, GHOSTTY_ACTION_TOGGLE_WINDOW_DECORATIONS,
GHOSTTY_ACTION_GOTO_TAB, GHOSTTY_ACTION_GOTO_TAB,
GHOSTTY_ACTION_GOTO_SPLIT, GHOSTTY_ACTION_GOTO_SPLIT,

View File

@ -174,6 +174,7 @@ pub const Action = union(Key) {
new_split, new_split,
close_all_windows, close_all_windows,
toggle_fullscreen, toggle_fullscreen,
toggle_tab_overview,
toggle_window_decorations, toggle_window_decorations,
goto_tab, goto_tab,
goto_split, goto_split,