mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-20 14:53:23 +01: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