summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-02-28 15:25:14 -0800
committerMitchell Hashimoto <m@mitchellh.com>2025-02-28 15:31:17 -0800
commit17cae57f510cd9f11ca83cec3f24f3563a2674ae (patch)
tree52839dd0bb8020360212cab3b1503a3e61d0f82f /include
parentc6485b9fd5514992e9acf8f6986e7986195dc3fc (diff)
Introduce `reset_window_size` keybinding and apprt action
Related to #6035 This implements the keybind/action portion of #5974 so that this can have a binding and so that other apprts can respond to this and implement it this way.
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 86de4266d..29c779f2c 100644
--- a/include/ghostty.h
+++ b/include/ghostty.h
@@ -580,6 +580,7 @@ typedef enum {
GHOSTTY_ACTION_TOGGLE_SPLIT_ZOOM,
GHOSTTY_ACTION_PRESENT_TERMINAL,
GHOSTTY_ACTION_SIZE_LIMIT,
+ GHOSTTY_ACTION_RESET_WINDOW_SIZE,
GHOSTTY_ACTION_INITIAL_SIZE,
GHOSTTY_ACTION_CELL_SIZE,
GHOSTTY_ACTION_INSPECTOR,