mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:33:03 +01:00
I don't even
This commit is contained in:
parent
dd697d7af1
commit
cc3513968e
@ -70,7 +70,7 @@ void print_time(WINDOW *window)
|
||||
struct tm *timeinfo = get_time();
|
||||
|
||||
wattron(window, COLOR_PAIR(BLUE));
|
||||
wprintw(window, "[%2d:%02d:%02d] ", timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec);
|
||||
wprintw(window, "[%d:%02d:%02d] ", timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec);
|
||||
wattroff(window,COLOR_PAIR(BLUE));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user