reedline icon indicating copy to clipboard operation
reedline copied to clipboard

fix: prompt glitch when resizing with cursor in a multiline command

Open blindFS opened this issue 9 months ago • 0 comments

Fixes a bug overlooked in #841 (forgot that the before_cursor string could have newlines in it too).

Before:

https://github.com/user-attachments/assets/cf79d8db-24c8-45f0-9a6d-f0092daaa7eb

After: stays in the same row.

blindFS avatar Mar 26 '25 12:03 blindFS