[App edit] Doesn't respond to keyboard input
#19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This bug is present starting from
41d55113e5(v1.8.0) to newer versions.editwill read the file and display it successfully, but any keyboard input, including arrow keys, will not result in anything.This shouldn't be
edithanging, 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.Fixed in
d2287e3d42.