new_tab action

This commit is contained in:
Mitchell Hashimoto
2022-11-16 21:17:41 -08:00
parent c6f7eab601
commit 8ac90d33e6
4 changed files with 85 additions and 10 deletions

View File

@@ -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