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

@@ -435,7 +435,7 @@ int main(int argc, char **argv)
reader_init();
history_init();
/* For setcolor to support term256 in config.fish (#1022) */
update_fish_term256();
update_fish_color_support();
parser_t &parser = parser_t::principal_parser();