Update help/usage to add cursor background and foreground colors.

Cursor background and foreground colors were previously documented in
the man page, but not in help/usage.
This commit is contained in:
Lucas Merritt 2023-10-08 12:00:59 -06:00 committed by Jari Vetoniemi
parent da41b831c1
commit 6ea2ed2cfe

View File

@ -224,6 +224,8 @@ usage(FILE *out, const char *name)
" --tf defines the title foreground color. (wx)\n"
" --fb defines the filter background color. (wx)\n"
" --ff defines the filter foreground color. (wx)\n"
" --cb defines the cursor background color. (wx)\n"
" --cf defines the cursor foreground color. (wx)\n"
" --nb defines the normal background color. (wx)\n"
" --nf defines the normal foreground color. (wx)\n"
" --hb defines the highlighted background color. (wx)\n"