about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-14 00:46:16 +0100
committerJames Booth <boothj5@gmail.com>2015-10-14 00:48:11 +0100
commitef832ce5263cd90ec0458264769f40fad85b877c (patch)
tree53336401cd71da84601cfc7b034b7f21d30aa346 /src/command/commands.c
parentc9165ef9d20d1cc96f7edada2a875bc4835b63fb (diff)
downloadprofani-tty-ef832ce5263cd90ec0458264769f40fad85b877c.tar.gz
Add preference for showing TLS indicator in titlebar
Issue #616
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index c34c7cc3..94e768db 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -237,6 +237,8 @@ cmd_tls(ProfWin *window, const char * const command, gchar **args)
             }
         }
         return TRUE;
+    } else if (g_strcmp0(args[0], "show") == 0) {
+        return _cmd_set_boolean_preference(args[1], command, "TLS titlebar indicator", PREF_TLS_SHOW);
     } else {
         cons_bad_cmd_usage(command);
         return TRUE;