about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-16 22:44:23 +0000
committerJames Booth <boothj5@gmail.com>2014-01-16 22:44:23 +0000
commit4f98bc8c25075891a1fd5a954ae83e961405a664 (patch)
tree9533784aa0fe7ae81ace0ee173235a9cd801a201 /src/ui/ui.h
parent6c59bb26da67f2d48e0203e8df328205313d6c57 (diff)
downloadprofani-tty-4f98bc8c25075891a1fd5a954ae83e961405a664.tar.gz
Show OTR coloured status
Customisable within theme files e.g.:
titlebar.unencrypted=red
titlebar.encrypted=green
titlebar.trusted=red
titlebar.untrusted=green

Shows [unencrypted] for all non-OTR chat

Disable with '/otr warn off'
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 63af3da6..39cae6f1 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -221,6 +221,7 @@ void (*cons_log_setting)(void);
 void (*cons_chlog_setting)(void);
 void (*cons_grlog_setting)(void);
 void (*cons_otr_log_setting)(void);
+void (*cons_otrwarn_setting)(void);
 void (*cons_autoaway_setting)(void);
 void (*cons_reconnect_setting)(void);
 void (*cons_autoping_setting)(void);