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:
@ -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);
|
||||
|
Reference in New Issue
Block a user