mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
parent
9169a673d5
commit
9f0775c873
1 changed files with 1 additions and 1 deletions
2
env.cpp
2
env.cpp
|
@ -1076,7 +1076,7 @@ env_var_t env_get_string(const wcstring &key)
|
|||
}
|
||||
else if (key == L"LINES")
|
||||
{
|
||||
return to_string(common_get_width());
|
||||
return to_string(common_get_height());
|
||||
}
|
||||
else if (key == L"status")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue