mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 12:46:45 +02:00
partially fix bug where input line eats prompt messages
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#define X_OFST 2 /* offset to account for prompt char */
|
||||
|
||||
ToxWindow new_prompt(void);
|
||||
void prep_prompt_win(void);
|
||||
void prompt_init_statusbar(ToxWindow *self, Tox *m);
|
||||
void prompt_update_nick(ToxWindow *prompt, uint8_t *nick, uint16_t len);
|
||||
void prompt_update_statusmessage(ToxWindow *prompt, uint8_t *statusmsg, uint16_t len);
|
||||
|
Reference in New Issue
Block a user