You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the update to 3.5.0 the prompt behaves strangely when called with read in a script. Keybindings for cursor navigation like Ctrl+a or Ctrl+e don't work. In vi-mode the mode indicator always shows "[N]", changing the mode doesn't work at all.
This is easily reproducible by running fish -c 'read'. Calling read in an interactive mode doesn't have this problem.
Maybe this has something to do with #8797?
The text was updated successfully, but these errors were encountered:
Wasja7
changed the title
broken prompt for read -S in scripts
broken prompt for read in scripts
Sep 21, 2022
fish, version 3.5.1 on Arch Linux
Since the update to 3.5.0 the prompt behaves strangely when called with
read
in a script. Keybindings for cursor navigation like Ctrl+a or Ctrl+e don't work. In vi-mode the mode indicator always shows "[N]", changing the mode doesn't work at all.This is easily reproducible by running
fish -c 'read'
. Callingread
in an interactive mode doesn't have this problem.Maybe this has something to do with #8797?
The text was updated successfully, but these errors were encountered: