aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-19 15:37:31 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-19 18:45:04 -0700
commit555ff00a30b70cb84a767b60e3a5c7015815feae (patch)
treeac196a147b942c345fa5ebd802ca5add774b8139 /env.cpp
parent6083c6fc725727ebb25c209931a38504f9269c5c (diff)
Initial work to support for term-24bit ("true color")
Diffstat (limited to 'env.cpp')
-rw-r--r--env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.cpp b/env.cpp
index c9f986b1..6ae7f177 100644
--- a/env.cpp
+++ b/env.cpp
@@ -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))