write_scrollback_file binding

This commit is contained in:
Mitchell Hashimoto
2023-07-09 12:28:48 -07:00
parent 9a0d131b5b
commit 5faafbbfa5
3 changed files with 46 additions and 0 deletions

View File

@@ -174,6 +174,10 @@ pub const Action = union(enum) {
/// is backwards.
jump_to_prompt: i16,
/// Write the entire scrollback into a temporary file and write the
/// path to the file to the tty.
write_scrollback_file: void,
/// Dev mode
toggle_dev_mode: void,