From 72075c9fbfa35d2ba0df556ae7297a67b0fe9072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 22 Jun 2019 03:56:01 +0200 Subject: Make function name clearer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/tabs/basetabs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poezio/tabs') 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>||", 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 -- cgit v1.2.3