chore(ui): bump xterm scrollback (#21772)
This commit is contained in:
parent
2a2d6c25a4
commit
50dd04ae61
|
|
@ -47,6 +47,7 @@ export const XtermWrapper: React.FC<{ source: XtermDataSource }> = ({
|
|||
const newTerminal = new Terminal({
|
||||
convertEol: true,
|
||||
fontSize: 13,
|
||||
scrollback: 10000,
|
||||
fontFamily: 'var(--vscode-editor-font-family)',
|
||||
theme: isDarkTheme() ? darkTheme : lightTheme
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue