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

make prompt window look like chat/groupchat windows (fixes various bugs, allows history scrolling)

This commit is contained in:
Jfreegman
2014-06-28 18:40:22 -04:00
parent f8998b5891
commit a2e6a25fc8
9 changed files with 53 additions and 193 deletions

View File

@ -597,6 +597,7 @@ ToxWindow new_friendlist(void)
memset(&ret, 0, sizeof(ret));
ret.active = true;
ret.is_friendlist = true;
ret.onKey = &friendlist_onKey;
ret.onDraw = &friendlist_onDraw;