frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
442 stars 43 forks source link

Add enable/disable of text-wrap for textview #97

Open eriklins opened 3 months ago

eriklins commented 3 months ago

So far a textview always wraps around the text if the line is exceeding the right edge/border of the textview. Would be great if text-wrap could be disabled, so that the text just exceeds the right edge/border and a horizontal scrollbar get activated.