Skip to content

Tags: Saasmull/terminal-kit

Tags

v3.0.0

Toggle v3.0.0's commit message
v3.0.0

BREAKING: requires at least Node v16.13 ; EditableTextBox now has a 'debounceTimeout' parameter (defaulting to 100ms), avoiding redrawing too much (and recomputing color hilighting) when the user slam the keyboard

v2.11.7

Toggle v2.11.7's commit message
v2.11.7

Fix TextBuffer#moveTo() not respecting 'forceInBound' property

v2.11.6

Toggle v2.11.6's commit message
v2.11.6

Add missing API method: TextBox#setTabWidth()

v2.11.5

Toggle v2.11.5's commit message
v2.11.5

Element: get key binding/action binding

v2.11.4

Toggle v2.11.4's commit message
v2.11.4

TextBuffer fixes, and .removeTrailingSpaces()

v2.11.3

Toggle v2.11.3's commit message
v2.11.3

New (missing) method: EditableTextBox#setStateMachine()

v2.11.2

Toggle v2.11.2's commit message
v2.11.2

Element#redraw() is DEPRECATED, replaced by Element#outerDraw() (more meaningful name) ; fix some drawing issue ; EditableTextBox has new property: this.autoCompleteHintMinInput

v2.11.1

Toggle v2.11.1's commit message
v2.11.1

TextBuffer: Support for regexp with .regexpFindNext()

v2.11.0

Toggle v2.11.0's commit message
v2.11.0

New (pseudo) widget: Border, add border (with or without shadow) to any other widgets, just by setting the 'parent' parameter

v2.10.6

Toggle v2.10.6's commit message
v2.10.6

Fix InlineInput and InlineFileInput completion's hint