mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-24 01:38:54 +00:00
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…
x
Reference in New Issue
Block a user