about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-12 22:44:00 +0000
committerJames Booth <boothj5@gmail.com>2012-02-12 22:44:00 +0000
commit632528a9e3244fad9d4e1d31cf278f6c71917126 (patch)
tree922e2784c13fc381093760068f3703c475947f9f /windows.h
parent02f5df5b20bc589e277c8772aa836ff2bb5e8651 (diff)
downloadprofani-tty-632528a9e3244fad9d4e1d31cf278f6c71917126.tar.gz
Added title bar refresh to main loop
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index efc55b03..cd60da6d 100644
--- a/windows.h
+++ b/windows.h
@@ -18,6 +18,7 @@ void create_status_bar(void);
 void create_input_window(void);
 
 // title bar actions
+void title_bar_refresh(void);
 void title_bar_show(char *title);
 
 // main window actions