We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes when I make my terminal small, I get this:
<W> fish: Current terminal parameters set terminal size to unreasonable value. <W> fish: Defaulting terminal size to 8
I know what I am doing and wish to disable this message, how can i do that? thanks in advance. fish -v in case this has been implemented later on;
fish -v
fish, version 3.1.1
The text was updated successfully, but these errors were encountered:
There is currently no way to disable this message.
Sorry, something went wrong.
Well, technically you could disable the "warning" log category - fish --debug -warning. Can't recommend that, tho.
fish --debug -warning
I think I'm just gonna remove this particular warning, the one about not being able to get a terminal size should stay tho.
81ded4c
I removed the entire piece of code that defaulted terminal size. If we get something, it's what there is and there's no sense in complaining about it.
See also #3740
alright thank you!
No branches or pull requests
Sometimes when I make my terminal small, I get this:
I know what I am doing and wish to disable this message, how can i do that? thanks in advance.
fish -v
in case this has been implemented later on;The text was updated successfully, but these errors were encountered: