@neauoire Curious about your approach to text wrapping here. How whitespace gets handled (on modern systems) was hell in a hand basket.
@CapitalEx look-ahead to next white-space, if the word is further than screen-width, wrap.https://git.sr.ht/~rabbits/uxn-utils/tree/main/item/gui/notepad/notepad.tal#L246
@CapitalEx look-ahead to next white-space, if the word is further than screen-width, wrap.
https://git.sr.ht/~rabbits/uxn-utils/tree/main/item/gui/notepad/notepad.tal#L246