disable extended parsing in test for now.
This commit is contained in:
parent
bf60ca69e7
commit
a549b6e56f
|
@ -2,7 +2,7 @@ var Tput = require('../').Tput;
|
|||
|
||||
var tput = Tput({
|
||||
term: process.argv[2] || 'xterm',
|
||||
extended: true,
|
||||
extended: false,
|
||||
debug: true
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue