minor
This commit is contained in:
parent
a3bf0984ca
commit
36971ed715
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue