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

Remove legacy code and fix a couple format specifiers

This code was added over 5 years ago and no longer serves a purpose
This commit is contained in:
jfreegman
2020-11-02 21:15:32 -05:00
parent 3f02e119f4
commit a86884c40e
3 changed files with 36 additions and 75 deletions

View File

@ -411,7 +411,7 @@ void line_info_print(ToxWindow *self)
if (type == OUT_ACTION && 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) {