Summary
On clean launch (no settings changed) the rendered line looks longer than the real line content. Cursor and selection are offset at end of line.
Steps to Reproduce
- Open Athas 0.14.2 on Windows 11, 100% scale, default settings
- Open any file, type
123456789qwerty
- Click at the very end of the line
- Press Right Arrow, then select the line with mouse and copy/paste it
Expected Behavior
Click at end puts cursor after y. Selection covers whole visible line.
Actual Behavior
Cursor stops after t, with y rendered after cursor. Right Arrow cannot move further. Selection highlight stops short of visual end, but Copy/Paste gives full correct 123456789qwerty. So model is correct, rendering / hit-testing is offset.
Operating System
Windows
Details: Windows 11, 100% display scale, happens in any file
Version
0.14.2
Logs or Screenshots

Summary
On clean launch (no settings changed) the rendered line looks longer than the real line content. Cursor and selection are offset at end of line.
Steps to Reproduce
123456789qwertyExpected Behavior
Click at end puts cursor after
y. Selection covers whole visible line.Actual Behavior
Cursor stops after
t, withyrendered after cursor. Right Arrow cannot move further. Selection highlight stops short of visual end, but Copy/Paste gives full correct123456789qwerty. So model is correct, rendering / hit-testing is offset.Operating System
Windows
Details: Windows 11, 100% display scale, happens in any file
Version
0.14.2
Logs or Screenshots