Files
opencode/packages
Simon Klee 8f05bbfaa6 prompt: fix cursor math for wide characters (#27017)
String.length counts code points, not display columns, so CJK
characters and emoji that occupy two terminal cells caused
misaligned cursors, broken mention triggers, and incorrect
history restoration offsets.

Use Bun.stringWidth for now, we need an alternative for this.

Fix #26716
Close #26922
2026-05-12 11:45:28 +02:00
..
2026-05-11 22:34:04 +00:00
2026-05-11 21:14:55 -04:00
2026-01-21 14:36:21 -06:00
2026-05-11 02:07:48 +00:00