mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-26 10:41:58 +00:00
close window action
This commit is contained in:
@@ -134,8 +134,11 @@ pub const Action = union(enum) {
|
||||
/// Dev mode
|
||||
toggle_dev_mode: void,
|
||||
|
||||
/// Open a new terminal window.
|
||||
/// Open a new window
|
||||
new_window: void,
|
||||
|
||||
/// Close the current window
|
||||
close_window: void,
|
||||
};
|
||||
|
||||
/// Trigger is the associated key state that can trigger an action.
|
||||
|
||||
Reference in New Issue
Block a user