Daniel Imms
Daniel Imms
/duplicate https://github.com/microsoft/vscode/issues/243584
@cj81499 often issues like this are actually working as designed and its due to a limitation in encoding keystrokes to ptys. I don't know 100% on this one, but you'd...
Reverted that change in https://github.com/xtermjs/xterm.js/pull/5358
Out of scope for now
I can't reproduce this one:  It could be related to the image file type or specific file you were using. Any chances of sharing that if you still have...
@RUGMJ for alt+arrow xterm.js doesn't do that anymore because it was non-standard (https://github.com/xtermjs/xterm.js/issues/4538), you need a keybinding set up in your embedder if you want that.
I cannot reproduce this in xterm.js v6 on Windows or macOS. On macOS I tried various IMEs including GB and it was they all worked fine for me in the...
0.4.0 is published https://www.npmjs.com/package/@xterm/addon-unicode-graphemes
Posix test script: ```sh clear;c=$(tput cols);r=$(tput lines);for f in $(seq 0 10 200); do printf '\e[?2026h\e[H';for y in $(seq 0 $((r-1)));do for x in $(seq 0 $((c-1)));do printf "\e[48;5;$((16+(x+y+f)%216))m ";done;echo;done;printf...
Almost, fixing 😅