From 76d871294d0b156afaad50360e6ba4176dc918e4 Mon Sep 17 00:00:00 2001 From: Cosmin Popescu Date: Fri, 20 May 2022 11:22:40 +0200 Subject: 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 --- docs/MANPAGE.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/MANPAGE.md b/docs/MANPAGE.md index 2f78b8312..3a063ba76 100644 --- a/docs/MANPAGE.md +++ b/docs/MANPAGE.md @@ -151,6 +151,7 @@ ACTIONS next ID. * __MoveFocus: __ - moves focus in the specified direction (Left, Right, Up, Down). +* __DumpScreen: __ - dumps the screen in the specified file. * __ScrollUp__ - scrolls up 1 line in the focused pane. * __ScrollDown__ - scrolls down 1 line in the focused pane. * __PageScrollUp__ - scrolls up 1 page in the focused pane. -- cgit v1.2.3