« 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-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
2018-09-12TextInput: Don't bubble backspace or arrow keysFlorrie
2018-09-12Add 'cancel' event (on ESC) to TextInputFlorrie
2018-09-12(breaking, very) Fix how text inputs bubble eventsFlorrie
2018-08-15Save oldSelectedElement before calling Dialog.openedFlorrie
2018-08-15Save/restore selection on Dialog open/closeFlorrie
2018-08-05(perf) Cache scrollItemsLengthFlorrie
2018-08-05(perf) Make sizeProp not a getterFlorrie
2018-07-25New fitToParent functionFlorrie
2018-07-25Fix ListScrollForm.firstInput not having an effect immediatelyFlorrie
2018-07-05addChild(child, afterIndex)Florrie
2018-07-05ListScrollForm - fixLayout before checking dimensionsFlorrie
2018-07-04An assortment of changes to how selected/unselected worksFlorrie
2018-07-04Remove FocusElement.isFocused, add isSelectedFlorrie
2018-07-03Handy functions on DialogFlorrie
2018-06-29Remove unused iac dependencyFlorrie
2018-06-12Add WrapLabel UI elementFlorrie
2018-06-12Be a little careful in Form.updateSelectedElementFlorrie
2018-06-07Scroll bar for ListScrollFormFlorrie
2018-06-07Remove page up/down controls from ListScrollFormFlorrie
2018-06-04Form.selectInput functionFlorrie
2018-06-04isCharacter telchar util functionFlorrie
2018-06-04ListScrollForm.scrollToBeginning functionFlorrie
2018-06-04ListScrollForm.scrollToEnd functionFlorrie
2018-06-04ListScrollForm - don't bubble key pressesFlorrie
2018-06-03Page up/down controls in ListScrollFormFlorrie
2018-06-03isPageUp / isPageDown functions, simpler combo detection codeFlorrie
2018-06-02CommandLineInterfacer/Flushable resize supportFlorrie
2018-06-01Add scrollSelectedElementIntoView functionFlorrie