From a957c545d30750776e5b3307e71d4069e56a9ea5 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 8 Mar 2018 23:11:49 +0000 Subject: Add max tabs preference for statusbar --- src/command/cmd_defs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/command/cmd_defs.c') diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index f8c50739..2634645f 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1366,19 +1366,19 @@ static struct cmd_t command_defs[] = CMD_SYN( "/statusbar show empty|name", "/statusbar hide empty|name", -// "/statusbar maxtabs ", + "/statusbar maxtabs ", "/statusbar up", "/statusbar down") CMD_DESC( "Manage statusbar display preferences.") CMD_ARGS( -// { "maxtabs ", "Set the maximum number of tabs to display, must be between 0 and 10" }, + { "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." }, { "up", "Move the status bar up the screen." }, { "down", "Move the status bar down the screen." }) CMD_EXAMPLES( -// "/statusbar maxtabs 5", + "/statusbar maxtabs 5", "/statusbar show empty", "/statusbar hide name") }, -- cgit 1.4.1-2-gfad0