xtermjs / xterm.js

A terminal for the web
https://xtermjs.org/
MIT License
17.04k stars 1.6k forks source link

Fix duplicate input for some IMEs #5024

Closed ksqsf closed 3 months ago

ksqsf commented 3 months ago

This is a simple fix for #5023 by removing the assumption "the end position is stable". Instead, it uses the start position of the new composition as the end position of the previous composition.

fixes #5023