padding warning.

This commit is contained in:
Christopher Jeffrey 2015-08-06 01:50:17 -07:00
parent 216aaf1f48
commit a8b1764ec6
1 changed files with 6 additions and 0 deletions

View File

@ -261,6 +261,12 @@ Program.prototype.setupTput = function() {
});
}
if (tput.padding) {
nextTick(function() {
self.emit('warning', 'Terminfo padding has been enabled.');
});
}
this.put = function() {
var args = slice.call(arguments)
, cap = args.shift();