mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 11:24:13 +00:00
core: add binding to write screen to file
This commit is contained in:
@@ -211,6 +211,10 @@ pub const Action = union(enum) {
|
||||
///
|
||||
write_scrollback_file: WriteScreenAction,
|
||||
|
||||
/// Same as write_scrollback_file but writes the full screen contents.
|
||||
/// See write_scrollback_file for available values.
|
||||
write_screen_file: WriteScreenAction,
|
||||
|
||||
/// Same as write_scrollback_file but writes the selected text.
|
||||
/// If there is no selected text this does nothing (it doesn't
|
||||
/// even create an empty file). See write_scrollback_file for
|
||||
|
||||
Reference in New Issue
Block a user