« 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
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
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-11-23Fix (un)select calls re: consecutive root.select()Florrie
2018-09-15Don't bubble cancel in DialogFlorrie
2018-09-15Fix keyPressed call orderFlorrie
2018-09-13Add TextInput events: confirm (= value), changeFlorrie