Sebastian Herrlinger

Results 242 comments of Sebastian Herrlinger

Ahh tmux might be the culprit, it has some Unicode quirks, will try to reproduce. The issue with the overlapping "t" is a different one, that needs flexShrink=0 and is...

Yes, the windows terminals calculate Unicode width differently and not complete to the standard as well, like tmux. Proper Unicode support is lacking in many implementations unfortunately.

I saw some of it happening. Happens at wrapping break points, it might calculate the byte offset for the chars wrong there. Similarly, for streaming content when the text is...

@remorses the scroll speed was your implementation, right? Could you check that? Don't remember if we test covered that. In the trenches with some other things, will get to it...

The newest version that mitigates some disappearing content issues might fix this one as well. Please check.

This should be somewhat better in the latest version?

Thanks for the report! It's currently only supported for 0.14.1, I need to lock in the version. 0.15.0 update coming. If you just want to try the examples, try running...

I am checking the zig version now before the build. There are some more changes that need fixing for 0.15.0, which I will do as soon as it is officially...

The selection to edit should work mostly, but currently opencode has a selection event handler that copies the selection to clipboard and then clears the selection. - opentui needs a...