1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 10:26:46 +02:00

don't sort after every friend add on statup

This commit is contained in:
Jfreegman
2013-12-04 01:08:26 -05:00
parent 2fde13530b
commit a2af0bc047
6 changed files with 18 additions and 16 deletions

View File

@ -46,9 +46,7 @@ void print_time(WINDOW *window)
{
struct tm *timeinfo = get_time();
//wattron(window, COLOR_PAIR(CYAN));
wprintw(window, "[%02d:%02d:%02d] ", timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec);
//wattroff(window, COLOR_PAIR(CYAN));
}
/* Returns 1 if the string is empty, 0 otherwise */