mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-24 20:05:13 +08:00
parent
9169a673d5
commit
9f0775c873
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…
x
Reference in New Issue
Block a user