mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 10:46:45 +02:00
fix window related bugs and warn user when max window limit has been reached
This commit is contained in:
@ -261,6 +261,8 @@ ToxWindow new_prompt(void)
|
||||
ToxWindow ret;
|
||||
memset(&ret, 0, sizeof(ret));
|
||||
|
||||
ret.active = true;
|
||||
|
||||
ret.onKey = &prompt_onKey;
|
||||
ret.onDraw = &prompt_onDraw;
|
||||
ret.onInit = &prompt_onInit;
|
||||
|
Reference in New Issue
Block a user