summaryrefslogtreecommitdiff
path: root/src/windows.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-04-17 15:49:38 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-04-17 15:49:38 +0200
commitda76355af0759a9265bec470a72af129d797fa04 (patch)
treefa652eed31bacd7f9f4ef669bdd1875595f1541f /src/windows.py
parentd1a797205af8e3a016b3301592d27b17d79bdd48 (diff)
downloadpoezio-da76355af0759a9265bec470a72af129d797fa04.tar.gz
poezio-da76355af0759a9265bec470a72af129d797fa04.tar.bz2
poezio-da76355af0759a9265bec470a72af129d797fa04.tar.xz
poezio-da76355af0759a9265bec470a72af129d797fa04.zip
Remove the paused timed event when we send the message
Diffstat (limited to 'src/windows.py')
-rw-r--r--src/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.py b/src/windows.py
index 25aaeb06..f68162ae 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -1340,7 +1340,7 @@ class RosterWin(Win):
if y-self.start_pos+1 == self.height:
break
line = ' '*self.width
- while y <= self.height:
+ while y < self.height:
self.addstr(y, 0, line)
y += 1
if self.start_pos > 1: