v0.1.53
OmniTerm v0.1.53
Cursor jump: frame-aligned rendering
Each fix narrowed the window (1/s -> 2/s -> 3/s). Root remedy: the terminal now buffers incoming data and writes it to xterm once per animation frame, so everything received within a frame is written and rendered as one atomic unit. This is platform-independent - it covers SSH, local (Linux/macOS), and local Windows terminals (the last had no coalescing before). The reader-side idle-gap was also widened slightly for SSH network jitter.
Upgrade
python -m pip install --upgrade --no-cache-dir omniterm