1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 04:46:34 +01:00

Fix/update groupchat UI

This commit is contained in:
jfreegman
2020-11-30 14:14:34 -05:00
parent 28be56aad9
commit 4aca8b6ecb
3 changed files with 39 additions and 28 deletions

View File

@@ -422,12 +422,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: