1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 22:56:34 +01:00

Fix rebase mistakes

This commit is contained in:
jfreegman
2021-11-22 09:34:17 -05:00
parent 0b32b985f1
commit cd4a5e5fde
2 changed files with 4 additions and 11 deletions

View File

@@ -683,17 +683,6 @@ 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);
wattroff(win, COLOR_PAIR(RED));
if (line->noread_flag == false) {
line->noread_flag = true;
line->len += 2;
}
}
wprintw(win, "\n", line->msg);
break;
}