mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 03:26:46 +02:00
fixed prompt scroll bugs and statusbar struct issues
This commit is contained in:
@ -73,6 +73,7 @@ typedef struct {
|
||||
uint8_t statusmsg[TOX_MAX_STATUSMESSAGE_LENGTH];
|
||||
uint16_t statusmsg_len;
|
||||
uint8_t nick[TOX_MAX_NAME_LENGTH];
|
||||
uint16_t nick_len;
|
||||
TOX_USERSTATUS status;
|
||||
bool is_online;
|
||||
} StatusBar;
|
||||
|
Reference in New Issue
Block a user