1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-28 13:48:51 +08:00

8 Commits

Author SHA1 Message Date
Jakub Sobon
22946f2f65
Allowing widgets to select the scope for mouse events too. 2019-02-23 00:41:58 -05:00
Jakub Sobon
0df7387862
Widgets can now register for global keyboard events. 2019-02-22 00:33:55 -05:00
Jakub Sobon
38a2a36234
Adding Text Write option that atomically replaces the text content. 2019-02-15 00:40:15 -05:00
Jakub Sobon
2784a1c7a0
Constructor of Text now returns an error. 2019-02-15 00:20:20 -05:00
Andrea Manzini
ceae209ba2 cleanup lint issues 2019-01-19 16:16:19 +01:00
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
ecb27cd1c5
Adding licence. 2018-05-14 22:45:40 +01:00
Jakub Sobon
d6c153fbaf
Implementing the text widget.
And adding a demo.
2018-05-14 22:16:14 +01:00