Further support for term24bit. Teach output.cpp what to do with it.

This commit is contained in:
ridiculousfish
2014-09-19 18:44:18 -07:00
parent 555ff00a30
commit b8181f9eb8
6 changed files with 47 additions and 18 deletions

View File

@@ -323,7 +323,7 @@ static void react_to_variable_change(const wcstring &key)
{
handle_locale();
}
else if (key == L"fish_term256")
else if (key == L"fish_term256" || key == L"fish_term24bit")
{
update_fish_color_support();
reader_react_to_color_change();