summaryrefslogtreecommitdiff
path: root/src/windows.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-01-25 18:14:07 +0100
committermathieui <mathieui@mathieui.net>2012-01-25 18:14:07 +0100
commit17fdd5d60618ebc1e84a966b89e57c43fc6dd53a (patch)
tree8276bd08d35cb8b30598f2305c4ebd204d870290 /src/windows.py
parent7ba606136293aa9b08cb1185e046cfdff7bf1589 (diff)
downloadpoezio-17fdd5d60618ebc1e84a966b89e57c43fc6dd53a.tar.gz
poezio-17fdd5d60618ebc1e84a966b89e57c43fc6dd53a.tar.bz2
poezio-17fdd5d60618ebc1e84a966b89e57c43fc6dd53a.tar.xz
poezio-17fdd5d60618ebc1e84a966b89e57c43fc6dd53a.zip
Fixes #2316
Diffstat (limited to 'src/windows.py')
-rw-r--r--src/windows.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/windows.py b/src/windows.py
index 89630a12..3a852ebc 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -1667,8 +1667,6 @@ class ListWin(Win):
if not lines:
return
self.lines += lines
- self.refresh()
- curses.doupdate()
def get_selected_row(self):
"""