fix spacing in tput.js.
This commit is contained in:
parent
647b8e1fef
commit
6a393f5a32
|
@ -2080,15 +2080,15 @@ Tput.prototype.detectPCRomSet = function(info) {
|
|||
};
|
||||
|
||||
Tput.prototype.detectMagicCookie = function(info) {
|
||||
return process.env.NCURSES_NO_MAGIC_COOKIE == null;
|
||||
return process.env.NCURSES_NO_MAGIC_COOKIE == null;
|
||||
};
|
||||
|
||||
Tput.prototype.detectPadding = function(info) {
|
||||
return process.env.NCURSES_NO_PADDING == null;
|
||||
return process.env.NCURSES_NO_PADDING == null;
|
||||
};
|
||||
|
||||
Tput.prototype.detectSetbuf = function(info) {
|
||||
return process.env.NCURSES_NO_SETBUF == null;
|
||||
return process.env.NCURSES_NO_SETBUF == null;
|
||||
};
|
||||
|
||||
Tput.prototype.parseACS = function(info) {
|
||||
|
|
Loading…
Reference in New Issue