mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 03:26:35 +01:00
get unix time more efficiently
This commit is contained in:
@@ -550,6 +550,7 @@ int main(int argc, char *argv[])
|
||||
prompt_init_statusbar(prompt, m);
|
||||
|
||||
while (true) {
|
||||
update_unix_time();
|
||||
do_toxic(m, prompt);
|
||||
usleep(10000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user