ensure_echo_on
Ensure that echo mode is enabled. Some tools such as PDB disable it which causes usability issues after reload.
def ensure_echo_on()
Ensure that echo mode is enabled. Some tools such as PDB disable it which causes usability issues after reload.
Returns
| Type | Description |
|---|---|
| Nothing is returned; the function modifies the terminal state directly. |