diff --git a/guicurses/widgets.py b/guicurses/widgets.py index 3e8aeb7..f2dcd1c 100644 --- a/guicurses/widgets.py +++ b/guicurses/widgets.py @@ -426,12 +426,14 @@ readonly: whether to accept new text self.ptr -= 1 else: self.beepIfNeeded() + return 1 elif c in (6, 261): # ^f, right arrow if self.ptr