disable extended parsing in test for now.

This commit is contained in:
Christopher Jeffrey 2013-02-24 18:53:25 -06:00
parent bf60ca69e7
commit a549b6e56f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ var Tput = require('../').Tput;
var tput = Tput({
term: process.argv[2] || 'xterm',
extended: true,
extended: false,
debug: true
});