Starting window output in x position 1

This commit is contained in:
James Booth
2012-02-10 01:28:15 +00:00
parent 4a2ff76059
commit 0e30c795a5
4 changed files with 21 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ void create_input_bar(void);
void create_input_window(void);
// input bar actions
void inp_bar_clear(void);
void inp_bar_get_password(void);
void inp_bar_print_message(char *msg);
void inp_bar_inactive(int win);
void inp_bar_active(int win);