summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py
index 998cd05d..88f3fd07 100644
--- a/src/core.py
+++ b/src/core.py
@@ -684,7 +684,7 @@ class Core(object):
"""
main loop waiting for the user to press a key
"""
- curses.ungetch('\n') # FIXME
+ curses.ungetch(0) # FIXME
while self.running:
char = read_char(self.stdscr)
# search for keyboard shortcut