This commit is contained in:
Christopher Jeffrey 2013-02-28 18:01:07 -06:00
parent a3bf0984ca
commit 36971ed715
1 changed files with 2 additions and 1 deletions

View File

@ -61,9 +61,10 @@ Program.prototype.setupTput = function() {
var tput = this.tput = new Tput({
term: this.terminal,
padding: options.padding || false,
extended: options.extended || false,
printf: options.printf || false,
padding: options.padding || false
termcap: options.termcap || false
});
this.put = function() {