« get me outta code hell

tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/ui/Label.js
AgeCommit message (Collapse)Author
2020-07-16support mixed textAttributes & ANSI format labelsFlorrie
2019-09-23Make textAttributes a draw dependencyFlorrie
2019-09-18Make label text a draw dependencyFlorrie
This makes the screen be automatically redrawn whenever a label's text is updated.
2018-12-05Use measureColumns in the appropriate placesFlorrie
TL;DR If you want to take into account the width of text, use measureColumns instead of just checking the length of the text!
2018-06-12Add WrapLabel UI elementFlorrie
2017-07-03A long-due cleanup + examples + thingsliam4
..Obviously this breaks old things (particularly, see changes in FocusElement).
2017-01-07Initial commitLiam