1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 08:36:44 +02:00

put back prompt char

This commit is contained in:
Jfreegman
2013-12-04 18:09:51 -05:00
parent e3400e095b
commit a57f94306a
2 changed files with 17 additions and 7 deletions

View File

@ -5,6 +5,8 @@
#ifndef PROMPT_H_UZYGWFFL
#define PROMPT_H_UZYGWFFL
#define X_OFST 2 /* offset to account for prompt "# " */
ToxWindow new_prompt(void);
void prompt_init_statusbar(ToxWindow *self, Tox *m);
void prompt_update_nick(ToxWindow *prompt, uint8_t *nick, uint16_t len);