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

Fix/update groupchat UI

This commit is contained in:
jfreegman
2020-11-30 14:14:34 -05:00
parent 9848ca902e
commit 2625094d34
3 changed files with 39 additions and 28 deletions

View File

@ -419,12 +419,16 @@ int line_info_add(ToxWindow *self, bool show_timestamp, const char *name1, const
switch (type) {
case IN_ACTION:
/* fallthrough */
case OUT_ACTION_READ:
/* fallthrough */
case OUT_ACTION:
len += strlen(user_settings->line_normal) + 2; // two spaces
break;
case IN_MSG:
case OUT_MSG_READ:
/* fallthrough */
case OUT_MSG: