From d570546d7d43c313465809543b79bb5f3b268e59 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 17 Mar 2020 09:01:21 +0100 Subject: [PATCH] Add note about 256 color support --- src/command/cmd_defs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 33a38703..8b45f646 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2333,7 +2333,8 @@ static struct cmd_t command_defs[] = CMD_SYN( "/color on|off|redgreen|blue") CMD_DESC( - "Settings for consistent color generation for nicks (XEP-0392). Including corrections for Color Vision Deficiencies.") + "Settings for consistent color generation for nicks (XEP-0392). Including corrections for Color Vision Deficiencies. " + "Your terminal needs to support 256 colors.") CMD_ARGS( { "on|off|redgreen|blue", "Enable or disable nick colorization for MUC nicks. 'redgreen' is for people with red/green blindess and 'blue' for people with blue blindness."}) CMD_EXAMPLES(