summaryrefslogtreecommitdiff
path: root/src/window.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-07-08 20:42:01 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-07-08 20:42:01 +0000
commit640eb2498c5427119d9ab9dac1235881666b41ca (patch)
tree923db9bafc22033d5e0467969f6baf0feacd25b7 /src/window.py
parent49e62b940f769d9794f34c3f902637e82079d5bb (diff)
downloadpoezio-640eb2498c5427119d9ab9dac1235881666b41ca.tar.gz
poezio-640eb2498c5427119d9ab9dac1235881666b41ca.tar.bz2
poezio-640eb2498c5427119d9ab9dac1235881666b41ca.tar.xz
poezio-640eb2498c5427119d9ab9dac1235881666b41ca.zip
when tab is pressed when nothing is in the input, complete to the last nickname who spole. fixed #1566
Diffstat (limited to 'src/window.py')
-rw-r--r--src/window.py2
1 files changed, 1 insertions, 1 deletions
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):
"""