mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 00:31:15 -03:00
When drawing a soft wrapped line, the last 2 characters of the previous line are redrawn. If these 2 characters are occupied by the prompt, they are replaced with ' '. Steps to reproduce: fish -C 'function fish_prompt; printf %0"$(math $COLUMNS)"d 0; end' # type anything # observe that the last two characters of the prompt have been deleted