mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
Updated a comment
This commit is contained in:
parent
f35d2629d4
commit
ea65a0c519
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ static int interrupt_handler()
|
||||||
|
|
||||||
void update_fish_term256(void)
|
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");
|
env_var_t fish_term256 = env_get_string(L"fish_term256");
|
||||||
bool support_term256;
|
bool support_term256;
|
||||||
if (! fish_term256.missing_or_empty()) {
|
if (! fish_term256.missing_or_empty()) {
|
||||||
|
|
Loading…
Reference in a new issue