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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.