mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 20:16:44 +02: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