« 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
AgeCommit message (Expand)Author
3 daysfix ansi.interpret crashing on cursor visibility change(quasar) nebula
2023-05-13Merge remote-tracking branch 'notabug/master'(quasar) nebula
2023-05-13use ESM module syntax & minor cleanups(quasar) nebula
2022-03-25fix ancient waitForData util listener memory leak(quasar) nebula
2020-07-16improve & use our own word wrapping codeFlorrie
2020-07-16handle semicolons in measureColumns correctly too!Florrie
2020-07-15don't include ANSI escape codes in measureColumnsFlorrie
2019-10-23Correctly enable ANSI compression in tuiApp utilFlorrie
2019-10-17Make tui-app work with draw dependenciesFlorrie
2019-09-20Suppot meta up/down/left/right keysFlorrie
2019-09-15Keyboard functions for Home, Insert, Delete, EndFlorrie
2019-09-15(!!) Only render when draw-dependency props changeFlorrie
2019-08-25Add key detection functions for control+arrow keysFlorrie
2019-08-22Add setBackground ansi utility functionFlorrie
2019-08-22Add trimToColumns ansi utility functionFlorrie
2019-07-18Mouse drag support; pass detailed data to handlersFlorrie
2019-07-07Emit 'resize' as well in TelnetInterfacerFlorrie
2019-03-16Make tui-app boilerplate support ^Z/suspendFlorrie
2019-02-05App boilerplate codeFlorrie
2019-01-25Expose xterm alternate screenFlorrie
2018-12-08Stop tracking mouse on cleanCursor()Florrie
2018-12-08Set VT200 mouse instead of X10 mouseFlorrie
2018-12-08Mouse supportFlorrie
2018-12-05Add utility measureColumns function to ansi.jsFlorrie
2018-12-05Wide character support in ANSI compressorFlorrie
2018-12-04Optimize - don't do attributes.slice() as oftenFlorrie
2018-12-04Un-broken optimizationFlorrie
2018-12-04Broken optimizationFlorrie
2018-06-04isCharacter telchar util functionFlorrie
2018-06-03isPageUp / isPageDown functions, simpler combo detection codeFlorrie
2018-06-02CommandLineInterfacer/Flushable resize supportFlorrie
2018-05-31Let-const nitpicksFlorrie
2018-05-30Add isCaselessLetter util functionFlorrie
2018-05-30Better ANSI-interpret debug messagesFlorrie
2018-05-30Shading characters, for funFlorrie
2017-12-10Show/hide cursor in ANSI interpreterFlorrie
2017-12-10Clean up old state code in ANSI interpreterFlorrie
2017-12-10Set the ANSI compressor on OVERLOAD (underload?)Florrie
2017-12-10Interpret 'off' SGR commands in ANSI interpreterFlorrie
2017-12-10Add compression statistic monitor to FlushableFlorrie
2017-12-09Make ansi interpreter work with selective control sequencesFlorrie
2017-12-08Make isEnter work with normal terminalsFlorrie
2017-12-08Add backspace and shift-arrows to telcharsFlorrie
2017-12-08Add arrows to unicharsFlorrie
2017-12-08Add invertOff ansi functionFlorrie
2017-07-03Improve cursor displayliam4
2017-07-03A long-due cleanup + examples + thingsliam4
2017-01-07Initial commitLiam