fix: text selection on login for claude

This commit is contained in:
simosmik
2026-01-26 00:20:19 +00:00
parent f16e3e763d
commit c7b9976986

View File

@@ -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',