1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 15:37:46 +02:00

Change action messages indicator

This commit is contained in:
Zetok Zalbavar 2014-10-09 21:36:42 +01:00
parent 14dc02ac83
commit a32cd1c19b
No known key found for this signature in database
GPG Key ID: 53137C3033F09008

View File

@ -342,7 +342,7 @@ void line_info_print(ToxWindow *self)
wattroff(win, COLOR_PAIR(BLUE));
wattron(win, COLOR_PAIR(YELLOW));
wprintw(win, "-*- %s %s", line->name1, line->msg);
wprintw(win, " * %s %s", line->name1, line->msg);
wattroff(win, COLOR_PAIR(YELLOW));
if (type == OUT_ACTION && timed_out(line->timestamp, get_unix_time(), NOREAD_FLAG_TIMEOUT)) {