Skip to content

v0.1.48

Choose a tag to compare

@fbobe321 fbobe321 released this 02 Jul 20:25

OmniTerm v0.1.48

Fix: cursor jumps back then redraws (Windows local terminals)

On Windows, local/Home terminals are backed by ConPTY (via pywinpty), which redraws the input line by repositioning the cursor - so each keystroke looked like the cursor stepped back and the letter re-appeared. OmniTerm now enables xterm.js Windows-PTY mode for local/Home terminals, which handles ConPTY's redraws correctly. SSH sessions (remote) are unaffected.

Upgrade

python -m pip install --upgrade --no-cache-dir omniterm