91861 / wayst

A simple terminal emulator
MIT License
284 stars 8 forks source link

copy and paste bug #75

Closed shoober420 closed 3 years ago

shoober420 commented 3 years ago

When copying and pasting a string of text, there will sometimes be a space added in between letters.

For example, “gobj ect-introspection” is pasted when copying this script.

https://gist.github.com/shoober420/8e8cc853ce180a1fe4d8343f4dffe2a2

91861 commented 3 years ago

If this is related to line wrapping, it was probably fixed by 565b1f9.

shoober420 commented 3 years ago

I just tested with latest commit, and this still is happening.

shoober420 commented 3 years ago

Commit https://github.com/91861/wayst/commit/2c3a87c60c7856a14142a025425ff50976c5b6ea fixed this bug. Thank you very much.