Initial work to support for term-24bit ("true color")

This commit is contained in:
ridiculousfish
2014-09-19 15:37:31 -07:00
parent 6083c6fc72
commit 555ff00a30
9 changed files with 61 additions and 28 deletions

View File

@@ -325,7 +325,7 @@ static void react_to_variable_change(const wcstring &key)
}
else if (key == L"fish_term256")
{
update_fish_term256();
update_fish_color_support();
reader_react_to_color_change();
}
else if (string_prefixes_string(L"fish_color_", key))