about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-10 01:28:15 +0000
committerJames Booth <boothj5@gmail.com>2012-02-10 01:28:15 +0000
commit0e30c795a57d0fc8bfadf986821413b790a4ae17 (patch)
treec5141929647c6f6a37ad147034c598605dce741c /windows.h
parent4a2ff76059ac1952791f0dc0217e0940e4e47808 (diff)
downloadprofani-tty-0e30c795a57d0fc8bfadf986821413b790a4ae17.tar.gz
Starting window output in x position 1
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 038004d7..0614bbdc 100644
--- a/windows.h
+++ b/windows.h
@@ -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);