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:
@ -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:
|
||||
|
Reference in New Issue
Block a user