1
0
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:
Jfreegman
2014-03-01 07:10:44 -05:00
parent 1e503b1080
commit 7109b8fa18
10 changed files with 95 additions and 103 deletions

View File

@ -161,7 +161,7 @@ struct ChatContext {
bool self_is_typing;
struct chatlog log;
struct chatlog *log;
WINDOW *history;
WINDOW *linewin;