about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-04-24 08:22:08 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-04-24 09:49:14 +0200
commit98f768bdc293bd2d3f24c66ba99e922a9b96c7de (patch)
tree74e097d74be2a7c0216f756af6e11cf492d02c1f /src
parent259c5801cf5ab4a90a6bbf55607709e4f4bbd223 (diff)
downloadprofani-tty-98f768bdc293bd2d3f24c66ba99e922a9b96c7de.tar.gz
Add occupants wrap to help
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_defs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index c77caf3b..5aaf56ef 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -755,7 +755,8 @@ static struct cmd_t command_defs[] =
             "/occupants default show|hide [jid]",
             "/occupants size [<percent>]",
             "/occupants indent <indent>",
-            "/occupants header char <char>|none")
+            "/occupants header char <char>|none",
+            "/occupants wrap on|off")
         CMD_DESC(
             "Show or hide room occupants, and occupants panel display settings.")
         CMD_ARGS(
@@ -768,7 +769,8 @@ static struct cmd_t command_defs[] =
             { "size <percent>",        "Percentage of the screen taken by the occupants list in rooms (1-99)." },
             { "indent <indent>",       "Indent contact line by <indent> spaces (0 to 10)." },
             { "header char <char>",    "Prefix occupants headers with specified character." },
-            { "header char none",      "Remove occupants header character prefix." })
+            { "header char none",      "Remove occupants header character prefix." },
+            { "wrap on|off",           "Enable or disable line wrapping in occupants panel." })
         CMD_NOEXAMPLES
     },