prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.25k stars 714 forks source link

Toolbar doesn't show in telnet example #1146

Open SqrtRyan opened 4 years ago

SqrtRyan commented 4 years ago

https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/examples/telnet/toolbar.py

When running this example, I don't see the bottom toolbar when connecting over telnet. I do see the prompt and completion menus, but I don't see the toolbar.

vxgmichel commented 4 years ago

This issue is caused by #876.

PR #1150 is an attempt at fixing those issues and improving remote terminal support in general.