From c7b99769861ab8731452964419d14f0efdf0adae Mon Sep 17 00:00:00 2001 From: simosmik Date: Mon, 26 Jan 2026 00:20:19 +0000 Subject: [PATCH] fix: text selection on login for claude --- src/components/Shell.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Shell.jsx b/src/components/Shell.jsx index 212ed9b..59810ad 100644 --- a/src/components/Shell.jsx +++ b/src/components/Shell.jsx @@ -234,7 +234,7 @@ function Shell({ selectedProject, selectedSession, initialCommand, isPlainShell tabStopWidth: 4, windowsMode: false, macOptionIsMeta: true, - macOptionClickForcesSelection: false, + macOptionClickForcesSelection: true, theme: { background: '#1e1e1e', foreground: '#d4d4d4',