1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 19:46:44 +02:00

made statusmessages resize dynamically according to window size

This commit is contained in:
Jfreegman
2013-09-13 02:02:49 -04:00
parent 863121273e
commit b7375fb2a1
5 changed files with 58 additions and 36 deletions

View File

@ -359,7 +359,7 @@ void exit_toxic(Tox *m)
store_data(m, DATA_FILE);
free(DATA_FILE);
free(SRVLIST_FILE);
free(prompt->s);
free(prompt->stb);
tox_kill(m);
endwin();
exit(EXIT_SUCCESS);