summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCosmin Popescu <cosminadrianpopescu@gmail.com>2022-05-20 11:22:40 +0200
committerGitHub <noreply@github.com>2022-05-20 11:22:40 +0200
commit76d871294d0b156afaad50360e6ba4176dc918e4 (patch)
treeda996fb11e785bf0a8365b1918c2f67a1e7ef7a2 /docs
parente663ef2db760bdc05694b1053702bdc22c4f9d08 (diff)
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/MANPAGE.md1
1 files changed, 1 insertions, 0 deletions
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: <Direction\>__ - moves focus in the specified direction (Left,
Right, Up, Down).
+* __DumpScreen: <File\>__ - 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.