-
-
Notifications
You must be signed in to change notification settings - Fork 252
change width of suggestion field #167
Copy link
Copy link
Closed
Labels
Description
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.
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/167
- Originally Reported By: Markus Gattol
- Originally Created At: 2011-01-15T17:59:59.223
Reactions are currently unavailable