mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-24 14:14:24 +03:00
set TERM_PROGRAM (fixes #702)
This commit is contained in:
parent
89e4a80a37
commit
e246e22bfd
@ -96,7 +96,7 @@ export class Session extends BaseSession {
|
||||
let env = {
|
||||
...process.env,
|
||||
TERM: 'xterm-256color',
|
||||
TERMINUS: '1',
|
||||
TERM_PROGRAM: 'Terminus',
|
||||
...options.env,
|
||||
...this.config.store.terminal.environment || {},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user