mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 19:41:27 +00:00
close window action
This commit is contained in:
@@ -764,6 +764,8 @@ fn keyCallback(
|
||||
}, .{ .instant = {} });
|
||||
win.app.wakeup();
|
||||
},
|
||||
|
||||
.close_window => win.window.setShouldClose(true),
|
||||
}
|
||||
|
||||
// Bindings always result in us ignoring the char if printable
|
||||
|
||||
Reference in New Issue
Block a user