about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-09-22 21:42:00 +0100
committerJames Booth <boothj5@gmail.com>2016-09-22 21:42:00 +0100
commit3983ee1d6be8245901e83d7d06974005000a1721 (patch)
tree6e02792e4fcf2fb2bac09868ab997c29130f7650 /src/command/cmd_defs.c
parentf683a704ad164796ddd1dc6f49ea48098fc39219 (diff)
downloadprofani-tty-3983ee1d6be8245901e83d7d06974005000a1721.tar.gz
Rename /titlebar -> /wintitle
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index ffc9e901..52c06ae5 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1492,15 +1492,15 @@ static struct cmd_t command_defs[] =
         CMD_NOEXAMPLES
     },
 
-    { "/titlebar",
-        parse_args, 2, 2, &cons_titlebar_setting,
+    { "/wintitle",
+        parse_args, 2, 2, &cons_wintitle_setting,
         CMD_NOSUBFUNCS
-        CMD_MAINFUNC(cmd_titlebar)
+        CMD_MAINFUNC(cmd_wintitle)
         CMD_TAGS(
             CMD_TAG_UI)
         CMD_SYN(
-            "/titlebar show on|off",
-            "/titlebar goodbye on|off")
+            "/wintitle show on|off",
+            "/wintitle goodbye on|off")
         CMD_DESC(
             "Allow Profanity to modify the window title bar.")
         CMD_ARGS(