fix: dead-key/IME input in terminal (e.g. Swedish ~)

This commit is contained in:
Federico Jaramillo Martinez
2026-06-18 12:00:03 +02:00
parent ab46d7addc
commit d93110135b
2 changed files with 10 additions and 1 deletions
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Fix dead-key/IME input in the terminal (e.g. typing `~` on a Swedish keyboard). The character previously stuck in the top-left corner and was never sent to the shell. The terminal panel now includes the xterm composition-view styles and no longer forces the helper textarea's position with `!important`, so dead-key composition is placed at the cursor and committed correctly.