[App edit] Doesn't respond to keyboard input #19

Closed
opened 2025-06-01 10:45:57 +00:00 by Ponali · 1 comment
Ponali commented 2025-06-01 10:45:57 +00:00 (Migrated from github.com)

This bug is present starting from 41d55113e5 (v1.8.0) to newer versions.
edit will read the file and display it successfully, but any keyboard input, including arrow keys, will not result in anything.
This shouldn't be edit hanging, since the cursor is still blinking. However, this results in a soft-lock, because control codes don't do anything either, which makes it impossible to press ^X, so exiting cannot be done.

This bug is present starting from 41d55113e54967c0528d29a635f8bf1f74b52678 (v1.8.0) to newer versions. `edit` will read the file and display it successfully, but any keyboard input, including arrow keys, will not result in anything. This shouldn't be `edit` hanging, since the cursor is still blinking. However, this results in a soft-lock, because control codes don't do anything either, which makes it impossible to press `^X`, so exiting cannot be done.
WahPlus commented 2025-06-07 05:43:14 +00:00 (Migrated from github.com)

Fixed in d2287e3d42.

Fixed in d2287e3d426c40b59fe448f35215472cd49c0648.
Sign in to join this conversation.