1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 12:16:44 +02:00

Some misc fixes

This commit is contained in:
jfreegman
2020-02-29 14:14:56 -05:00
parent b080236ee5
commit 437dd8baeb
7 changed files with 18 additions and 10 deletions

View File

@ -381,7 +381,7 @@ void line_info_print(ToxWindow *self)
if (type == OUT_MSG && timed_out(line->timestamp, NOREAD_FLAG_TIMEOUT)) {
wattron(win, COLOR_PAIR(RED));
wprintw(win, " x", line->msg);
wprintw(win, " x");
wattroff(win, COLOR_PAIR(RED));
if (line->noread_flag == false) {