From 640eb2498c5427119d9ab9dac1235881666b41ca Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 8 Jul 2010 20:42:01 +0000 Subject: when tab is pressed when nothing is in the input, complete to the last nickname who spole. fixed #1566 --- src/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.py') diff --git a/src/window.py b/src/window.py index 1461b247..7d8a5e60 100644 --- a/src/window.py +++ b/src/window.py @@ -248,7 +248,7 @@ class TextWin(Win): if txt.startswith('\n'): txt = txt[1:] first = False - return lines[-len(messages):]# return only the needed number of lines + return lines[-len(messages):] # return only the needed number of lines def refresh(self, room): """ -- cgit v1.2.3