Steps to reproduce:
- Create a comandline that exceeds the terminal height:
bind \cg 'commandline -i "echo \'" (seq 1 $LINES)/$LINES "\'"'
-
Hit Control+G
-
Observe that fish fails to draw the last line
-
Type something. The cursor moves but no characters are echoed.
Scrolling up to the prompt I see that fish has started drawing the commandline at the wrong location, resulting in this screen.
Happens at least on 3.1.2 and current master.
Steps to reproduce:
Hit Control+G
Observe that fish fails to draw the last line
Type something. The cursor moves but no characters are echoed.
Scrolling up to the prompt I see that fish has started drawing the commandline at the wrong location, resulting in this screen.
Happens at least on 3.1.2 and current master.