aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-19 18:44:18 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-19 18:45:04 -0700
commitb8181f9eb8018e7a5a8d3776d2269e64ebbcf1f1 (patch)
treeee322ef47d726cdf72f85387d2741eb03a5c80ff /env.cpp
parent555ff00a30b70cb84a767b60e3a5c7015815feae (diff)
Further support for term24bit. Teach output.cpp what to do with it.
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 6ae7f177..2fe3767b 100644
--- a/env.cpp
+++ b/env.cpp
@@ -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();