Closed
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