v0.1.48
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