summaryrefslogtreecommitdiffstats
path: root/docs/help/scrollback
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
commitfff5217f02d91268ce90c8c05665602c059faaef (patch)
tree2ba24d32dc96eafe7ed0a85269548e76796d849d /docs/help/scrollback
parentInitial commit. (diff)
downloadirssi-fff5217f02d91268ce90c8c05665602c059faaef.tar.xz
irssi-fff5217f02d91268ce90c8c05665602c059faaef.zip
Adding upstream version 1.4.5.upstream/1.4.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/help/scrollback')
-rw-r--r--docs/help/scrollback42
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/help/scrollback b/docs/help/scrollback
new file mode 100644
index 0000000..daf6332
--- /dev/null
+++ b/docs/help/scrollback
@@ -0,0 +1,42 @@
+
+%9Syntax:%9
+
+SCROLLBACK CLEAR %|[-all] [<refnum>]
+SCROLLBACK LEVELCLEAR %|[-all] [-level <level>] [<refnum>]
+SCROLLBACK GOTO %|<+|-linecount>|<linenum>|<timestamp>
+SCROLLBACK HOME%|
+SCROLLBACK END%|
+SCROLLBACK REDRAW
+
+%9Parameters:%9
+
+ CLEAR: Clears the screen and the buffer of all text.
+ LEVELCLEAR: Clears the screen and the buffer of text matching the given
+ levels.
+ GOTO: Go to the given position.
+ HOME: Go to the start of the buffer.
+ END: Go to the end of the buffer.
+
+ -all: Applies to all windows instead of only the active one.
+ -level: The levels, separated by a comma, to match.
+
+ The line number, timestamp to jump to or the window reference number to
+ clear.
+
+%9Description:%9
+
+ Manipulate the text in the window to go to a to the given line number, or
+ clear the buffers.
+
+ The timestamp format is format is '[dd[.mm] | -<days ago>] hh:mi[:ss]'.
+
+%9Examples:%9
+
+ /SCROLLBACK CLEAR
+ /SCROLLBACK LEVELCLEAR -level NOTICES
+ /SCROLLBACK GOTO 100
+ /SCROLLBACK HOME
+ /SCROLLBACK END
+
+%9See also:%9 CLEAR, WINDOW
+