mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-01 21:57:17 +00:00
minor. time.js.
This commit is contained in:
parent
cbed0b449a
commit
ab4ce7ee30
@ -1038,7 +1038,7 @@ function updateTime() {
|
||||
screen.render();
|
||||
}
|
||||
|
||||
setInterval(updateTime, 950);
|
||||
setInterval(updateTime, ~argv.indexOf('-s') ? 100 : 950);
|
||||
|
||||
updateTime();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user