1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 10:46:35 +01:00
This commit is contained in:
Jfreegman
2014-09-07 21:43:16 -04:00
parent 8dd25e1f0b
commit 3ca22aa714
3 changed files with 2 additions and 5 deletions

View File

@@ -155,12 +155,11 @@ void line_info_add(ToxWindow *self, char *timestr, char *name1, char *name2, uin
/* for type-specific formatting in print function */
switch (type) {
case GROUP_ACTION:
case IN_ACTION:
len += 3;
break;
case OUT_ACTION:
case IN_ACTION:
len += 5;
break;
@@ -326,7 +325,6 @@ void line_info_print(ToxWindow *self)
wprintw(win, "\n", line->msg);
break;
case GROUP_ACTION:
case OUT_ACTION_READ:
case OUT_ACTION:
case IN_ACTION: