summaryrefslogtreecommitdiff
path: root/interface/channelbank.py
diff options
context:
space:
mode:
Diffstat (limited to 'interface/channelbank.py')
-rwxr-xr-xinterface/channelbank.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/channelbank.py b/interface/channelbank.py
index 6562a9c..47d6482 100755
--- a/interface/channelbank.py
+++ b/interface/channelbank.py
@@ -96,6 +96,7 @@ class ChannelView:
self.root = root
with CURSES_LOCK:
self.win = root.subpad(self.height, self.width, self.y, self.x)
+ self.win.leaveok(True)
self._refresh_value()
self._refresh_channel()