mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-30 04:17:56 +00:00
termio: close surface on process exit
This commit is contained in:
@@ -23,6 +23,10 @@ pub const Message = union(enum) {
|
||||
|
||||
/// Write the clipboard contents.
|
||||
clipboard_write: WriteReq,
|
||||
|
||||
/// Close the surface. This will only close the current surface that
|
||||
/// receives this, not the full application.
|
||||
close: void,
|
||||
};
|
||||
|
||||
/// A surface mailbox.
|
||||
|
||||
Reference in New Issue
Block a user