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

Terminal columns/width reported to be 80 columns #235

Open
varac opened this issue Jan 10, 2022 · 0 comments
Open

Terminal columns/width reported to be 80 columns #235

varac opened this issue Jan 10, 2022 · 0 comments

Comments

@varac
Copy link

varac commented Jan 10, 2022

I noticed that the output of asyncrun is limited to 80 columns.
The following python code determines my current terminal width:

$ python -c 'import shutil; print(shutil.get_terminal_size())'
os.terminal_size(columns=184, lines=52)

But when run with nvim/asyncrun.vim I only get 80 columns:

:AsyncRun python -c 'import shutil; print(shutil.get_terminal_size())' 

|| [python -c 'import shutil; print(shutil.get_terminal_size())']                                                                                                                       
|| os.terminal_size(columns=80, lines=24)                                                                                                                                               
|| [Finished in 1 seconds]   

It could be sth with my setup, but I don't know how to debug/fix this. Or is this a known issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant