fix: correctly handle ^J in bracketed paste #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "blokyk/replxx:fix/ctrl-j-in-bracketed-paste"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some terminal emulators (e.g. alacritty, ghostty, ...) use Ctrl+J instead of
\nor\rto mark new lines in bracketed paste mode, which ended up being interpreted as literal UTF-32 characters, completely messing up the inputlgtm. is there a test we could cover this with somehow? Or are we not so lucky over here?
there are some tests that already deal with bracketed paste, i'll definitely add some (once i've figured out how they work)
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.