diff options
author | Madhur Garg <madhurgarg96@gmail.com> | 2019-06-06 03:30:54 +0530 |
---|---|---|
committer | Madhur Garg <madhurgarg96@gmail.com> | 2019-06-20 03:09:30 +0530 |
commit | 20a609433150471b513af26bba1f1bccc9260744 (patch) | |
tree | c51dd86b8122d92ff7125630bd7062588bbf5993 /doc | |
parent | 75554d3a6640a36fcee602d78aee93f38704849e (diff) | |
download | poezio-20a609433150471b513af26bba1f1bccc9260744.tar.gz poezio-20a609433150471b513af26bba1f1bccc9260744.tar.bz2 poezio-20a609433150471b513af26bba1f1bccc9260744.tar.xz poezio-20a609433150471b513af26bba1f1bccc9260744.zip |
Documentation for scrollback command.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/commands.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 87d72198..529ad274 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -316,6 +316,11 @@ These commands will work in any conversation tab (MultiUserChat, Private, or /clear Clear the current buffer. + /sb + **Usage:** ``/end home clear status goto <+|-linecount>|<linenum>|<timestamp>`` + + Allows to go to the given line or message in the window. + .. _muctab-commands: MultiUserChat tab commands |