vlang / ui

A cross-platform UI library written in V
MIT License
2.33k stars 154 forks source link

Better multiline textbox cursor movement using the keyboard #579

Open Lenni0451 opened 3 months ago

Lenni0451 commented 3 months ago

Greatly improved the cursor movement using the keyboard in multiline textboxes. Support for:

This also fixes a crash when pressing delete at the end of the text.