Comparing version 0.0.4 to 0.0.5
@@ -41,3 +41,3 @@ | ||
curses.wattrset(subwins[i], curses.color_pair(1)); | ||
curses.scrollok(subwins[i], 1); | ||
curses.scrollok(subwins[i], true); | ||
@@ -44,0 +44,0 @@ setInterval(function (subwin) { |
{ | ||
"name" : "curses", | ||
"version" : "0.0.4", | ||
"version" : "0.0.5", | ||
"description" : "Bindings for the native curses library, a full featured console IO library.", | ||
@@ -5,0 +5,0 @@ "main" : "./curses", |
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
50384
19