You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
in cli.py I'd suggest to change
max_w = int(w * 0.8)
to something likemax_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.The text was updated successfully, but these errors were encountered: