Updated a comment

This commit is contained in:
ridiculousfish 2012-03-06 14:32:00 -08:00
parent f35d2629d4
commit ea65a0c519

View file

@ -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()) {