summaryrefslogtreecommitdiff
path: root/poezio/windows/inputs.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/inputs.py')
-rw-r--r--poezio/windows/inputs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/windows/inputs.py b/poezio/windows/inputs.py
index a48ee84f..53925f3b 100644
--- a/poezio/windows/inputs.py
+++ b/poezio/windows/inputs.py
@@ -238,7 +238,7 @@ class Input(Win):
"""
self.reset_completion()
if self.pos == 0:
- return
+ return False
self.key_left()
self.key_dc()
return True