Skip to content
New issue

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

How can I disable the warning telling me my terminal is too small? #6980

Closed
codic12 opened this issue May 7, 2020 · 5 comments
Closed

How can I disable the warning telling me my terminal is too small? #6980

codic12 opened this issue May 7, 2020 · 5 comments

Comments

@codic12
Copy link

codic12 commented May 7, 2020

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, version 3.1.1
@faho
Copy link
Member

faho commented May 7, 2020

There is currently no way to disable this message.

@faho
Copy link
Member

faho commented May 7, 2020

Well, technically you could disable the "warning" log category - fish --debug -warning. Can't recommend that, tho.

I think I'm just gonna remove this particular warning, the one about not being able to get a terminal size should stay tho.

@faho faho closed this as completed in 81ded4c May 7, 2020
@faho
Copy link
Member

faho commented May 7, 2020

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.

@zanchey
Copy link
Member

zanchey commented May 7, 2020

See also #3740

@codic12
Copy link
Author

codic12 commented May 7, 2020

alright thank you!

@faho faho added this to the fish 3.2.0 milestone May 11, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants