about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-08 21:51:50 +0000
committerJames Booth <boothj5@gmail.com>2015-03-08 21:51:50 +0000
commit945f29873ec6fb275cdaac72f1e6f143650464b5 (patch)
tree08116e2b1e5505aee66b432c8863a85888fb7a51 /src/ui/console.c
parent232bf9b7fc80b0f2013359f002d38bc7a4d9c50f (diff)
parentd89112e13894d4d6a23846997ea7ef0c42674fe4 (diff)
downloadprofani-tty-945f29873ec6fb275cdaac72f1e6f143650464b5.tar.gz
Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index eefcb380..745a12ee 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1178,6 +1178,15 @@ cons_history_setting(void)
 }
 
 void
+cons_carbons_setting(void)
+{
+    if (prefs_get_boolean(PREF_CARBONS))
+        cons_show("Message carbons (/carbons)    : ON");
+    else
+        cons_show("Message carbons (/carbons)    : OFF");
+}
+
+void
 cons_show_chat_prefs(void)
 {
     cons_show("Chat preferences:");