From 5bdc7a6429426175c162d447966ad6df1655fcf0 Mon Sep 17 00:00:00 2001 From: Augustin Date: Fri, 24 Apr 2026 22:16:23 +0200 Subject: [PATCH] fix(shell): enable allowProposedApi for Unicode11 addon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush --- web/src/components/Shell.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/Shell.jsx b/web/src/components/Shell.jsx index 0af85e7..0d01481 100644 --- a/web/src/components/Shell.jsx +++ b/web/src/components/Shell.jsx @@ -203,6 +203,7 @@ function createTerminal(container, settings = {}) { const theme = getTheme(settings.theme || 'system') const term = new XTerm({ cursorBlink: true, + allowProposedApi: true, fontSize: settings.fontSize || 12, fontFamily: settings.fontFamily || "'JetBrains Mono', 'Fira Code', 'Cascadia Code', 'SF Mono', 'Menlo', monospace", theme,