mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-10 07:55:39 +00:00
new_tab action
This commit is contained in:
@@ -144,7 +144,10 @@ pub const Action = union(enum) {
|
||||
/// Open a new window
|
||||
new_window: void,
|
||||
|
||||
/// Close the current window
|
||||
/// Open a new tab
|
||||
new_tab: void,
|
||||
|
||||
/// Close the current window or tab
|
||||
close_window: void,
|
||||
|
||||
/// Quit ghostty
|
||||
|
||||
Reference in New Issue
Block a user