From 98f768bdc293bd2d3f24c66ba99e922a9b96c7de Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 24 Apr 2019 08:22:08 +0200 Subject: [PATCH] Add occupants wrap to help --- src/command/cmd_defs.c | 6 ++++-- 1 file 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 []", "/occupants indent ", - "/occupants header char |none") + "/occupants header 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 ", "Percentage of the screen taken by the occupants list in rooms (1-99)." }, { "indent ", "Indent contact line by spaces (0 to 10)." }, { "header 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 },