mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 04:26:34 +01:00
add prompt logging support
This commit is contained in:
@@ -479,6 +479,8 @@ void exit_toxic(Tox *m)
|
||||
free(DATA_FILE);
|
||||
free(SRVLIST_FILE);
|
||||
free(prompt->stb);
|
||||
log_disable(prompt->promptbuf->log);
|
||||
free(prompt->promptbuf->log);
|
||||
free(prompt->promptbuf);
|
||||
tox_kill(m);
|
||||
endwin();
|
||||
|
||||
Reference in New Issue
Block a user