Comparing version 0.0.3 to 0.0.4
@@ -238,2 +238,7 @@ var tty = require('tty'); | ||
Charm.prototype.cursor = function (visible) { | ||
this.write(encode(visible ? '[?25h' : '[?25l')); | ||
return this; | ||
}; | ||
var extractCodes = exports.extractCodes = function (buf) { | ||
@@ -240,0 +245,0 @@ var codes = []; |
{ | ||
"name" : "charm", | ||
"version" : "0.0.3", | ||
"version" : "0.0.4", | ||
"description" : "ansi control sequences for terminal cursor hopping and colors", | ||
@@ -5,0 +5,0 @@ "main" : "index.js", |
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
14248
329
198