1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Add note about 256 color support

This commit is contained in:
Michael Vetter 2020-03-17 09:01:21 +01:00
parent 0cc4ac5cbc
commit d570546d7d

View File

@ -2333,7 +2333,8 @@ static struct cmd_t command_defs[] =
CMD_SYN( CMD_SYN(
"/color on|off|redgreen|blue") "/color on|off|redgreen|blue")
CMD_DESC( 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( 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."}) { "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( CMD_EXAMPLES(