summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Wolf <adam@travefy.com>2025-01-10 22:42:41 -0600
committerAdam Wolf <adam@travefy.com>2025-01-10 22:42:41 -0600
commit8102fddceb7e2c1bea1c8901977f9cab38a25618 (patch)
tree67c3fe8774e0d90fa607f73db65c22aa2cedcbcf /include
parent5a4aac7e091bbccb1396e5d4b4858318a8ff323c (diff)
apprt/gtk: add toggle_maximize keybind and window-maximize config option
Diffstat (limited to 'include')
-rw-r--r--include/ghostty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ghostty.h b/include/ghostty.h
index 29da8f37b..4275bad7e 100644
--- a/include/ghostty.h
+++ b/include/ghostty.h
@@ -565,6 +565,7 @@ typedef enum {
GHOSTTY_ACTION_CLOSE_TAB,
GHOSTTY_ACTION_NEW_SPLIT,
GHOSTTY_ACTION_CLOSE_ALL_WINDOWS,
+ GHOSTTY_ACTION_TOGGLE_MAXIMIZE,
GHOSTTY_ACTION_TOGGLE_FULLSCREEN,
GHOSTTY_ACTION_TOGGLE_TAB_OVERVIEW,
GHOSTTY_ACTION_TOGGLE_WINDOW_DECORATIONS,