1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 08:26:36 +01:00

add line kill and discard ability

This commit is contained in:
Jfreegman
2013-12-05 22:55:14 -05:00
parent 2ad238d69f
commit 7a14845790
7 changed files with 76 additions and 14 deletions

View File

@@ -439,6 +439,7 @@ void exit_toxic(Tox *m)
free(DATA_FILE);
free(SRVLIST_FILE);
free(prompt->stb);
free(prompt->promptbuf);
tox_kill(m);
endwin();
exit(EXIT_SUCCESS);