Skip to main content

write_byte

Function write_byte 

Source
pub fn write_byte(byte: u8) -> Result<()>
Expand description

Sends a raw byte (e.g. 27 for ESC) to the focused pane.

ยงErrors

  • The underlying zellij action call fails.