jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

When typing, TextArea should scroll so that cursor is visible, vertically. #14

Closed jawa0 closed 1 year ago

jawa0 commented 1 year ago

Currently, it's possible to type off the bottom of a TextArea. You then have to use the mouse to scroll manually. It should be automatic that as you type off the bottom, your line stays visible.

jawa0 commented 1 year ago

Basically, keep the cursor visible at all times.

jawa0 commented 1 year ago

Implemented. Also scrolls horizontally when cursor comes close to edges.