diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-06-22 03:56:01 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-06-22 03:56:01 +0200 |
commit | 72075c9fbfa35d2ba0df556ae7297a67b0fe9072 (patch) | |
tree | facd395fc8192f400328622191a74ddbd9a30bc7 | |
parent | e1ca4ff338041b3e44de7e9944f0ae6f61c40ee1 (diff) | |
download | poezio-72075c9fbfa35d2ba0df556ae7297a67b0fe9072.tar.gz poezio-72075c9fbfa35d2ba0df556ae7297a67b0fe9072.tar.bz2 poezio-72075c9fbfa35d2ba0df556ae7297a67b0fe9072.tar.xz poezio-72075c9fbfa35d2ba0df556ae7297a67b0fe9072.zip |
Make function name clearer
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r-- | poezio/tabs/basetabs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py index e947482b..50fd1b82 100644 --- a/poezio/tabs/basetabs.py +++ b/poezio/tabs/basetabs.py @@ -495,7 +495,7 @@ class ChatTab(Tab): shortdesc='Send the message.') self.register_command( 'sb', - self.command_sb, + self.command_scrollback, usage="end home clear status goto <+|-linecount>|<linenum>|<timestamp>", shortdesc='Scrollback to the given line number, message, or clear the buffer.') self.register_command( @@ -836,7 +836,7 @@ class ChatTab(Tab): self.core.refresh_window() @command_args_parser.quoted(0, 2) - def command_sb(self, args): + def command_scrollback(self, args): """ /sb clear /sb home |