Feature Suggestion
What if there was an additional option in the chat options menu that enables logging color codes? As far as I know, it is currently only possible (as of 1.3.7) to enable logging colors by modifying a line of source code in Chat.c that strips color codes. This option would be off by default, and it would only change the behavior of appending information to the log.
That would be nice
Good idea! It would be cool if they would add this feature in the next release. It adds more accessibility and customization to easier access.
this is done by replacing
Drawer2D_WithColors(&str, text);
with
String_AppendString(&str, text);
in /src/Chat.c line 174
...no activity since 2024?
Bro... this commit wasn't even opened in 2024, it was opened THIS YEAR, no activity since JANUARY
...no activity since 2024?
You shouldn't post comments like these on Github
this is done by replacing
Drawer2D_WithColors(&str, text);withString_AppendString(&str, text);in /src/Chat.c line 174
It's Drawer2D_WithoutColors not Drawer2D_WithColors.