« 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/util/waitForData.js
AgeCommit message (Collapse)Author
2022-03-25fix ancient waitForData util listener memory leak(quasar) nebula
Particularly, this added a new event listener (i.e. function) every time the screen was resized, which would never be garbage collected. Oops.
2017-07-03A long-due cleanup + examples + thingsliam4
..Obviously this breaks old things (particularly, see changes in FocusElement).