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

Added a statusbar to chat windows and removed spammy messages

This commit is contained in:
Jfreegman
2013-09-05 18:24:58 -04:00
parent 369233ba04
commit 05c7727fb8
5 changed files with 129 additions and 97 deletions

View File

@ -565,6 +565,6 @@ ToxWindow new_prompt()
ret.onKey = &prompt_onKey;
ret.onDraw = &prompt_onDraw;
ret.onInit = &prompt_onInit;
strcpy(ret.title, "[prompt]");
strcpy(ret.name, "prompt");
return ret;
}