about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-11 01:05:59 +0000
committerJames Booth <boothj5@gmail.com>2013-01-11 01:05:59 +0000
commit1cc5353697ddf3e5b441238ffe2d814d5d2e95b9 (patch)
treec9825003a725f7bb10f2296ba0e912c3f9d38b0a /src/ui.h
parent62c102860c48bff5ceb9e7c701173de6749b49ee (diff)
downloadprofani-tty-1cc5353697ddf3e5b441238ffe2d814d5d2e95b9.tar.gz
Added win_current_is_console()
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 22b78893..77e51ed7 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -97,6 +97,7 @@ void title_bar_draw(void);
 
 // current window actions
 void win_current_close(void);
+int win_current_is_console(void);
 int win_current_is_chat(void);
 int win_current_is_groupchat(void);
 int win_current_is_private(void);