terminal-kit
Advanced tools
Comparing version 2.11.2 to 2.11.3
@@ -519,2 +519,15 @@ /* | ||
// TODOC | ||
TextBox.prototype.setStateMachine = function( stateMachine , internal = false ) { | ||
this.stateMachine = stateMachine ; | ||
this.textBuffer.stateMachine = this.stateMachine ; | ||
if ( this.stateMachine && ! internal ) { | ||
this.textBuffer.runStateMachine() ; | ||
this.draw() ; | ||
} | ||
} ; | ||
TextBox.prototype.onWheel = function( data ) { | ||
@@ -521,0 +534,0 @@ // It's a "tiny" scroll |
{ | ||
"name": "terminal-kit", | ||
"version": "2.11.2", | ||
"version": "2.11.3", | ||
"description": "256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!", | ||
@@ -5,0 +5,0 @@ "main": "lib/termkit.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4845177
83369