From 1f037f48e5badab2b758c4b9bd0541c5ccda7b3f Mon Sep 17 00:00:00 2001 From: Ben Connors Date: Thu, 31 Oct 2019 14:33:47 -0400 Subject: Fix up the rendering mode - Fix bug in chaser code leading to incorrect advance - Only known bug is cursor is in the wrong spot during render --- interface/channelbank.py | 1 + 1 file changed, 1 insertion(+) (limited to 'interface/channelbank.py') 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() -- cgit v1.2.3