feat(linux): allow setting an intial start position

This commit is contained in:
Adam Wolf
2024-12-29 11:23:54 -06:00
committed by Mitchell Hashimoto
parent 600e417154
commit 5ced72498e
7 changed files with 73 additions and 0 deletions

View File

@@ -577,6 +577,7 @@ typedef enum {
GHOSTTY_ACTION_PRESENT_TERMINAL,
GHOSTTY_ACTION_SIZE_LIMIT,
GHOSTTY_ACTION_INITIAL_SIZE,
GHOSTTY_ACTION_INITIAL_POSITION,
GHOSTTY_ACTION_CELL_SIZE,
GHOSTTY_ACTION_INSPECTOR,
GHOSTTY_ACTION_RENDER_INSPECTOR,