m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Add --black for terminals incapable of use_default_colors

See the discussion in #18.

Use --black option to use black background regardless of the default
background color of the terminal. Also, this option can be used to fix
rendering issues on terminals that don't support use_default_colors (man
3 default_colors). Depending on the terminal, use_default_colors may or
may not succeed, but the Ruby version of it always returns nil, it's
currently not possible to automatically enable this option.
This commit is contained in:
Junegunn Choi
2014-03-09 04:06:12 +09:00
parent f345bf7983
commit 9904f5354e
4 changed files with 16 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ usage: fzf [options]
+i Case-sensitive match
+c, --no-color Disable colors
+2, --no-256 Disable 256-color
--black Use black background
--no-mouse Disable mouse
Environment variables