v0.1.49
OmniTerm v0.1.49
Fix: cursor stepping backward then redrawing while typing
This affected every session (SSH and local) since early versions. Cause: with the blinking block cursor, xterm renders the cursor on a throttled timer that lags the character write - so the cursor briefly stayed on the previous cell (looking like it jumped back over the last letter) then caught up. Disabling cursor blink makes the cursor track input in lockstep, so no more backward jump.
Upgrade
python -m pip install --upgrade --no-cache-dir omniterm