aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-keys.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-15 02:01:14 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-15 02:01:14 +0000
commit1a33ea9671895258cee37cf89a209e56ecf578fb (patch)
tree73ab6a6db7131c90bfeba60813423bbe316b31da /cmd-list-keys.c
parent6ab17e3e15f8cbaf12fa3a9ea038a4e65f19ba85 (diff)
parent9d88d82d5e8caa7882a28ac95fda19754e5553e7 (diff)
downloadrtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.tar.gz
rtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.tar.bz2
rtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-list-keys.c')
-rw-r--r--cmd-list-keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-list-keys.c b/cmd-list-keys.c
index 08796e5d..4abe2473 100644
--- a/cmd-list-keys.c
+++ b/cmd-list-keys.c
@@ -39,7 +39,7 @@ const struct cmd_entry cmd_list_keys_entry = {
.args = { "t:T:", 0, 0 },
.usage = "[-t mode-table] [-T key-table]",
- .flags = 0,
+ .flags = CMD_STARTSERVER,
.exec = cmd_list_keys_exec
};
@@ -50,7 +50,7 @@ const struct cmd_entry cmd_list_commands_entry = {
.args = { "", 0, 0 },
.usage = "",
- .flags = 0,
+ .flags = CMD_STARTSERVER,
.exec = cmd_list_keys_exec
};