zellij/zellij-server/src
Cosmin Popescu 76d871294d
feat(actions): dump the terminal screen into a file (#1375)
* Initial commit for fixing #1353

* adding a new line between the lines_above and the viewport

* changes following code review

* implementing a test case for the dump screen

* implemented test case for dump_screen

* better regexp replace

* fixes following code review

* style(api): remove extraneous method in plugin pane

* style(fmt): rustfmt

* style(tests): fix method name

Co-authored-by: Aram Drevekenin <aram@poor.dev>
2022-05-20 11:22:40 +02:00
..
output feat(ui): add floating panes (#1066) 2022-02-18 21:10:06 +01:00
panes feat(actions): dump the terminal screen into a file (#1375) 2022-05-20 11:22:40 +02:00
tab feat(actions): dump the terminal screen into a file (#1375) 2022-05-20 11:22:40 +02:00
ui Fix title widechar overflow (#1361) 2022-04-29 10:30:30 +02:00
unit feat(actions): dump the terminal screen into a file (#1375) 2022-05-20 11:22:40 +02:00
lib.rs fix: ensure pty_writer thread closes (#1422) 2022-05-17 20:29:06 +02:00
logging_pipe.rs fix(style): various internal refactorings 2021-12-07 10:24:42 +00:00
os_input_output.rs feat(actions): dump the terminal screen into a file (#1375) 2022-05-20 11:22:40 +02:00
pty.rs feat: add focus attribute in layout (#958) 2022-02-01 02:19:21 +09:00
pty_writer.rs fix: ensure pty_writer thread closes (#1422) 2022-05-17 20:29:06 +02:00
route.rs feat(actions): dump the terminal screen into a file (#1375) 2022-05-20 11:22:40 +02:00
screen.rs feat(actions): dump the terminal screen into a file (#1375) 2022-05-20 11:22:40 +02:00
thread_bus.rs fix(pty): paste freeze with large amounts of text (#1383) 2022-05-16 21:14:57 +02:00
wasm_vm.rs fix(crash): ensure ZELLIJ_TMP_DIR exists when starting plugins (#1256) 2022-03-23 09:20:46 +01:00