Update lib.js
parent
8dec7e503b
commit
c8b1d16697
|
|
@ -27,7 +27,7 @@ exports.input = function(options) {
|
||||||
|
|
||||||
function displayText(charTimeout) {
|
function displayText(charTimeout) {
|
||||||
layout.clear(layout.text);
|
layout.clear(layout.text);
|
||||||
layout.text.label = text.slice(settings.showHelpBtn ? -12 : -13) + (charTimeout ? " " : "_");
|
layout.text.label = text.slice(settings.showHelpBtn ? -11 : -13) + (charTimeout ? " " : "_");
|
||||||
layout.render(layout.text);
|
layout.render(layout.text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue