summaryrefslogtreecommitdiff
path: root/src/window.py
diff options
context:
space:
mode:
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 a8aee668..19912ed1 100644
--- a/src/window.py
+++ b/src/window.py
@@ -877,7 +877,7 @@ class Input(Win):
with g_lock:
self.clear_text()
self.addstr(self.text[self.line_pos:self.line_pos+self.width-1])
- self.win.chgat(0, self.pos, 1, curses.A_REVERSE)
+ # self.win.chgat(0, self.pos, 1, curses.A_REVERSE)
self.win.refresh()
def refresh(self):