mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 07:35:33 +03:00
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 New Issue
Block a user