Skip to content

change width of suggestion field #167

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

Closed
ikanobori opened this issue Jul 4, 2014 · 5 comments
Closed

change width of suggestion field #167

ikanobori opened this issue Jul 4, 2014 · 5 comments

Comments

@ikanobori
Copy link
Contributor

in cli.py I'd suggest to change
max_w = int(w * 0.8) to something like max_w = int(w * 0.95) so you don't have wrapping text if you place several terminals next to each other on a smaller screen.


@ikanobori
Copy link
Contributor Author

Thanks for the patch, committed in <>.


Original Comment By: Andreas Stührk

@ikanobori
Copy link
Contributor Author

The attached patch adds an config option to change the width of the suggestion field.


Original Comment By: Sebastian Ramacher

@ikanobori
Copy link
Contributor Author

forgot to log in earlier ... so again, now logged in :)
yes, that would be nice.


Original Comment By: Markus Gattol

@ikanobori
Copy link
Contributor Author

yes, that would be nice.


Original Comment By: Anonymous

@ikanobori
Copy link
Contributor Author

Perhaps we should make that a config option?


Original Comment By: Andreas Stührk

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

No branches or pull requests

1 participant