mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Ensure TERM is set to xterm-256color (#15828)
This commit is contained in:
@@ -466,7 +466,7 @@ export class ShellExecutionService {
|
||||
|
||||
const ptyProcess = ptyInfo.module.spawn(executable, args, {
|
||||
cwd,
|
||||
name: 'xterm',
|
||||
name: 'xterm-256color',
|
||||
cols,
|
||||
rows,
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user