src/client/interrupt.zig
Ref: Size: 422 B History
//! The byte that interrupts a client dial, reconnect, or interactive prefix. //! //! Ctrl-\ is the live session command prefix (interact.PrefixFilter); while //! dialling or reconnecting there is no session to command, so a bare press //! still means "give up". This belongs with client cancellation rather than //! surface input encoding because callers use it to interrupt local work. pub const detach_key: u8 = 0x1c;