mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-27 02:56:28 +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