Ensure TERM is set to xterm-256color (#15828)

This commit is contained in:
falouu
2026-01-09 00:51:57 +01:00
committed by GitHub
parent 84710b1953
commit 4ab1b9895a

View File

@@ -466,7 +466,7 @@ export class ShellExecutionService {
const ptyProcess = ptyInfo.module.spawn(executable, args, {
cwd,
name: 'xterm',
name: 'xterm-256color',
cols,
rows,
env: {