mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 04:36:35 +01:00
refactor logging functions to only handle chatlog pointers
This commit is contained in:
@@ -161,7 +161,7 @@ struct ChatContext {
|
||||
|
||||
bool self_is_typing;
|
||||
|
||||
struct chatlog log;
|
||||
struct chatlog *log;
|
||||
|
||||
WINDOW *history;
|
||||
WINDOW *linewin;
|
||||
|
||||
Reference in New Issue
Block a user