From ea65a0c5197557af04398726d2d14c6dbfe2908d Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 6 Mar 2012 14:32:00 -0800 Subject: [PATCH] Updated a comment --- input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.cpp b/input.cpp index 8562cd762..ac8389a13 100644 --- a/input.cpp +++ b/input.cpp @@ -307,7 +307,7 @@ static int interrupt_handler() void update_fish_term256(void) { - /* Infer term256 support */ + /* Infer term256 support. If fish_term256 is set, we respect it; otherwise try to detect it from the TERM variable */ env_var_t fish_term256 = env_get_string(L"fish_term256"); bool support_term256; if (! fish_term256.missing_or_empty()) {