migueldeicaza / SwiftTerm

Xterm/VT100 Terminal emulator in Swift
MIT License
978 stars 145 forks source link

macOS: Selection jumps to top when scrolled #303

Closed kdrag0n closed 1 year ago

kdrag0n commented 1 year ago

When the terminal view is not scrolled to the top of the scrollback buffer on macOS, text selections are jumpy and always start from the top (some point above the visible part of the buffer) instead of the intended start position.

https://github.com/migueldeicaza/SwiftTerm/assets/7930239/0b022429-2378-49c8-a302-7ca6d41df858

It works fine when the terminal is scrolled to the top.

kdrag0n commented 1 year ago

Can confirm that this is fixed, thanks a lot!

(PS: didn't get notified because your issue reference didn't work for this one. Unfortunately you have to prefix each individual issue with "fixes")