From 59382984c054bca832329c0e365e7f05346fa478 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 9 Mar 2018 21:11:59 +0000 Subject: Add preferences for tab display --- src/command/cmd_defs.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/command/cmd_defs.c') diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 2634645f..1c5a6cba 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1367,6 +1367,8 @@ static struct cmd_t command_defs[] = "/statusbar show empty|name", "/statusbar hide empty|name", "/statusbar maxtabs ", + "/statusbar chat user|jid", + "/statusbar room room|jid", "/statusbar up", "/statusbar down") CMD_DESC( @@ -1375,11 +1377,14 @@ static struct cmd_t command_defs[] = { "maxtabs ", "Set the maximum number of tabs to display, must be between 0 and 10" }, { "show|hide empty", "Show or hide empty tabs." }, { "show|hide name", "Show or hide names in tabs." }, + { "chat user|jid", "Show only the users name, or the full jid if no nick is present for chat tabs." }, + { "room room|jid", "Show only the rooms name, or the full jid for room tabs." }, { "up", "Move the status bar up the screen." }, { "down", "Move the status bar down the screen." }) CMD_EXAMPLES( "/statusbar maxtabs 5", "/statusbar show empty", + "/statusbar chat jid", "/statusbar hide name") }, -- cgit 1.4.1-2-gfad0