reedline
reedline copied to clipboard
The previous prompt gets partially deleted after using helix
Platform Windows 10 Terminal software Windows Terminal 1.15.3465.0, nu 0.74
When using helix and the current line is close to the bottom of the terminal window, the line invoking helix disappears when starting to type. I haven't tested with other tui software.
Steps to reproduce
- fill up the terminal window
- open and exit helix
- start typing
Screenshots/Screencaptures
I think this could be related.
In the nu_scripts/benchmarks folder there is a benchmark called turtle.nu. If you run it, you get this:
benchmark { source turtle.nu }
Turtle 1 = 167
Turtle 2 = 464
Turtle 3 = 897
Turtle 4 = 1466
Turtle 5 = 1ms 184µs 583ns
Note that the line for Turtle 5 does not contain the string length for turtle 5, it contains the duration output of the benchmark command. This is what the output should look like.
benchmark { source turtle.nu }
Turtle 1 = 167
Turtle 2 = 464
Turtle 3 = 897
Turtle 4 = 1466
Turtle 5 = 2172
1ms 184µs 583ns