« 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
AgeCommit message (Expand)Author
2020-07-16support mixed textAttributes & ANSI format labelsFlorrie
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
2020-05-03fix long-ignored crash interacting with empty formFlorrie
2020-04-23add ListScrollForm.wheelModeFlorrie
2019-10-23NPM release - 0.1.1Florrie
2019-10-23Correctly enable ANSI compression in tuiApp utilFlorrie
2019-10-17NPM release - 0.1.0Florrie
2019-10-17Make ScrollBar an independent and published classFlorrie
2019-10-17Add .editorconfigFlorrie
2019-10-17Update package-lock.jsonFlorrie
2019-10-17Update package.json for new npm releaseFlorrie
2019-10-17Make tui-app work with draw dependenciesFlorrie
2019-10-15Update package.json for new npm releaseFlorrie
2019-10-14Don't crash when getting scrollSizeFlorrie
2019-09-23Make textAttributes a draw dependencyFlorrie
2019-09-20Suppot meta up/down/left/right keysFlorrie
2019-09-18Make label text a draw dependencyFlorrie
2019-09-16WIP better renderingFlorrie
2019-09-16Add basic Element classFlorrie
2019-09-15Keyboard functions for Home, Insert, Delete, EndFlorrie
2019-09-15Add lastInput function to formsFlorrie
2019-09-15Remove dead todo commentFlorrie
2019-09-15(!!) Only render when draw-dependency props changeFlorrie
2019-08-25Add new property clickThrough to all elementsFlorrie
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-18Don't explode when no element is selected!Florrie
2019-07-18Mouse drag support; pass detailed data to handlersFlorrie
2019-07-07Emit 'resize' as well in TelnetInterfacerFlorrie
2019-05-12Automatically show/hide ListScrollForm scrollbarFlorrie
2019-05-12Adjust the way the scrollbar handle is drawnFlorrie
2019-04-02Merge branch 'master' of ssh://ed1.club/home/florrie/git/tui-libFlorrie
2019-04-02Avoid crashing when scrolled past end of formFlorrie
2019-03-16Make tui-app boilerplate support ^Z/suspendFlorrie
2019-02-05App boilerplate codeFlorrie
2019-01-25Expose xterm alternate screenFlorrie
2018-12-22Bump versionFlorrie
2018-12-22Export WrapLabelFlorrie
2018-12-15Fix mistake in Form.addInputFlorrie
2018-12-15Optimize the h*ck out of ListScrollFormFlorrie
2018-12-15Optimize getScrollPositionOfElementAtEndOfViewFlorrie
2018-12-14Add options to not call fixLayout automaticallyFlorrie
2018-12-08Stop tracking mouse on cleanCursor()Florrie
2018-12-08Set VT200 mouse instead of X10 mouseFlorrie
2018-12-08Mouse supportFlorrie
2018-12-05Bump version for npm publish :shrug:Florrie
2018-12-05Use measureColumns in the appropriate placesFlorrie