91861 / wayst

A simple terminal emulator
MIT License
289 stars 9 forks source link

Highlighted text doesn’t match after window resize #13

Closed shoober420 closed 4 years ago

shoober420 commented 4 years ago

When clicking to another window to active focus, the text that happened to be highlighted at that time will remain highlighted in the wrong section.

BFA621D2-F602-44BD-ADAF-F28A8517377D

91861 commented 4 years ago

Isn't keeping selection highlighted on focus loss the correct behavior?

If the problem is that the highlighted region is not moved on window resize, it was fixed by c385103c6e01aa3fe19244be6432930a3a5d1a6a.

shoober420 commented 4 years ago

@91861

Yes, this did happen after a window resize actually. Thank you very much.