mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-24 00:05:19 +00:00
macOS: rename c struct, relocate QuickTerminalSize file
Renamed the ghostty_quick_terminal_size_u to ghostty_quick_terminal_size_s and moved the QuickTerminalSize file to the Ghostty folder as requested.
This commit is contained in:
committed by
Mitchell Hashimoto
parent
58e7400ea5
commit
466fdfffe6
@@ -460,11 +460,11 @@ typedef enum {
|
||||
typedef struct {
|
||||
ghostty_quick_terminal_size_e type;
|
||||
uint32_t value;
|
||||
} ghostty_quick_terminal_size_u;
|
||||
} ghostty_quick_terminal_size_s;
|
||||
|
||||
typedef struct {
|
||||
ghostty_quick_terminal_size_u primary;
|
||||
ghostty_quick_terminal_size_u secondary;
|
||||
ghostty_quick_terminal_size_s primary;
|
||||
ghostty_quick_terminal_size_s secondary;
|
||||
} ghostty_config_quick_terminal_size_s;
|
||||
|
||||
// apprt.Target.Key
|
||||
|
||||
Reference in New Issue
Block a user