From 20a609433150471b513af26bba1f1bccc9260744 Mon Sep 17 00:00:00 2001 From: Madhur Garg Date: Thu, 6 Jun 2019 03:30:54 +0530 Subject: Documentation for scrollback command. --- doc/source/commands.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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>||`` + + Allows to go to the given line or message in the window. + .. _muctab-commands: MultiUserChat tab commands -- cgit v1.2.3 From ca72ac8d26d79f0edd620e3d0366166a6c1b768c Mon Sep 17 00:00:00 2001 From: Madhur Garg Date: Thu, 6 Jun 2019 05:52:19 +0530 Subject: Updated usage of /sb in documentation --- doc/source/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 529ad274..d67b5351 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -317,7 +317,7 @@ These commands will work in any conversation tab (MultiUserChat, Private, or Clear the current buffer. /sb - **Usage:** ``/end home clear status goto <+|-linecount>||`` + **Usage:** ``/sb end home clear status goto <+|-linecount>||`` Allows to go to the given line or message in the window. -- cgit v1.2.3