Skip to content

Commit

Permalink
b/387352724 Default to xterm-256color as $TERM (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpassing authored Jan 2, 2025
1 parent 9c90328 commit 7b24db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public CultureInfo? Locale
public string TerminalType
{
get; set;
} = "xterm";
} = "xterm-256color";

//---------------------------------------------------------------------
// Inner types.
Expand Down

0 comments on commit 7b24db3

Please sign in to comment.