mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-27 19:16:27 +00:00
termio: use surface messages to trigger password input state
This commit is contained in:
@@ -65,6 +65,11 @@ pub const Message = union(enum) {
|
||||
/// a window and switching tabs.
|
||||
present_surface: void,
|
||||
|
||||
/// Notifies the surface that password input has started within
|
||||
/// the terminal. This should always be followed by a false value
|
||||
/// unless the surface exits.
|
||||
password_input: bool,
|
||||
|
||||
pub const ReportTitleStyle = enum {
|
||||
csi_21_t,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user