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
If you run the above and one of the matches exceeds the length of the line then the prompt moves further down the terminal.
In normal operation (i.e. without -s) the line length is clipped to the columns on the display. When matches are enabled it seems that the extra space required to show scores was not factored into the line clipping algorithm.
Tested on MacOS 10.12.4, zsh 5.3.1 and fzy 0.9
The text was updated successfully, but these errors were encountered:
Example command:
echo $(find . | fzy -s)
If you run the above and one of the matches exceeds the length of the line then the prompt moves further down the terminal.
In normal operation (i.e. without
-s
) the line length is clipped to the columns on the display. When matches are enabled it seems that the extra space required to show scores was not factored into the line clipping algorithm.Tested on MacOS 10.12.4, zsh 5.3.1 and fzy 0.9
The text was updated successfully, but these errors were encountered: