mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 19:15:40 +08:00
Updated a comment
This commit is contained in:
parent
f35d2629d4
commit
ea65a0c519
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user