From 7b24db3e4a80cca63792dd4e84c7d70cf6cdccf1 Mon Sep 17 00:00:00 2001 From: Johannes Passing Date: Fri, 3 Jan 2025 09:16:17 +1100 Subject: [PATCH] b/387352724 Default to xterm-256color as $TERM (#1597) --- .../Controls/SshShellClient.ConnectionProperties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Google.Solutions.Terminal/Controls/SshShellClient.ConnectionProperties.cs b/sources/Google.Solutions.Terminal/Controls/SshShellClient.ConnectionProperties.cs index f50928241..abd29d143 100644 --- a/sources/Google.Solutions.Terminal/Controls/SshShellClient.ConnectionProperties.cs +++ b/sources/Google.Solutions.Terminal/Controls/SshShellClient.ConnectionProperties.cs @@ -141,7 +141,7 @@ public CultureInfo? Locale public string TerminalType { get; set; - } = "xterm"; + } = "xterm-256color"; //--------------------------------------------------------------------- // Inner types.