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