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

fix invalid usage of stderr and incorrect formatting

This commit is contained in:
jfreegman
2020-11-01 11:15:41 -05:00
parent 1303053a27
commit ff1620c923
3 changed files with 7 additions and 8 deletions

View File

@ -391,7 +391,7 @@ void line_info_print(ToxWindow *self)
}
}
wprintw(win, "\n", line->msg);
wprintw(win, "\n");
break;
case OUT_ACTION_READ: