Commit Graph

3 Commits

Author SHA1 Message Date
Jakub Sobon 929bf2b8fc
The text widget now supports full-width runes.
Refactoring the draw() implementation to make it more readable:
- taking out the line trimming logic.
- taking out the drawing of the scroll up/down markers.
2018-05-20 22:51:38 +01:00
Jakub Sobon 2f210f3ab9
Adding licence. 2018-05-14 22:44:18 +01:00
Jakub Sobon 7d14d2219f
Adding line scanner.
The line scanner identifies and counts lines in the input text and
performs wrapping if required.
2018-05-14 22:12:08 +01:00