feat: add readonly surface mode

This commit is contained in:
Matthew Hrehirchuk
2025-10-10 12:30:55 -06:00
committed by Mitchell Hashimoto
parent dd06d8a13b
commit 12bb2f3f47
6 changed files with 58 additions and 1 deletions

View File

@@ -797,6 +797,7 @@ typedef enum {
GHOSTTY_ACTION_RESIZE_SPLIT,
GHOSTTY_ACTION_EQUALIZE_SPLITS,
GHOSTTY_ACTION_TOGGLE_SPLIT_ZOOM,
GHOSTTY_ACTION_TOGGLE_READONLY,
GHOSTTY_ACTION_PRESENT_TERMINAL,
GHOSTTY_ACTION_SIZE_LIMIT,
GHOSTTY_ACTION_RESET_WINDOW_SIZE,