vlang / ui

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

Better multiline textbox cursor movement using the keyboard #579

Open Lenni0451 opened 1 month ago

Lenni0451 commented 1 month 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.