about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-03-17 09:01:21 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-03-17 09:01:21 +0100
commitd570546d7d43c313465809543b79bb5f3b268e59 (patch)
tree2bb70bac79a9bcdb59bfff8c5828a303c8e88f3f /src/command/cmd_defs.c
parent0cc4ac5cbca7a38adc1db477fc87b69c1d1e5003 (diff)
downloadprofani-tty-d570546d7d43c313465809543b79bb5f3b268e59.tar.gz
Add note about 256 color support
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c3
1 files changed, 2 insertions, 1 deletions
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(