mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 22:03:12 +00:00
4762d52e52
For reasons unclear to me, fish enables bold mode unconditionally if the background is set. However, this called a background "set" if it wasn't exactly the "normal" color, whereas set_color --print-colors would set a color of *none*. We have three special non-color colors: - "normal" - "reset" - "none" All of these specify some form of absence of background color, so all of them should be checked. Fixes #7805 |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_util.fish |