summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOleks Gnatovskyi <22867443+alekspickle@users.noreply.github.com>2023-03-29 23:04:57 +0200
committerGitHub <noreply@github.com>2023-03-29 23:04:57 +0200
commitbdb39b19a6117dc344b1dfee27df778f5386bb62 (patch)
treee3adf519f4c1641bfbdbaa61929a5c8e776a3043 /docs
parent638f2ad4ff5d2e80bb7cee16e8c0512fcbb52caf (diff)
feat(terminal): cli and bindable action to clear all buffers for a specific pane (#2239)
* fix typo * Add clear screen action * add proper test * added bindable action; remove pointless default impl * add default binding * use imsnif's variant * remove commented example config * remove log line --------- 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 cd662ef4c..ad06d7ba7 100644
--- a/docs/MANPAGE.md
+++ b/docs/MANPAGE.md
@@ -153,6 +153,7 @@ ACTIONS
next ID.
* __MoveFocus: <Direction\>__ - moves focus in the specified direction (Left,
Right, Up, Down).
+* __Clear__ - clears current screen.
* __DumpScreen: <File\>__ - dumps the screen in the specified file.
* __EditScrollback__ - replaces the current pane with the scrollback buffer.
* __ScrollUp__ - scrolls up 1 line in the focused pane.