mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 10:46:35 +01:00
fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user