Skip to content

Commit 42946d7

Browse files
committed
More alphabetical fix
1 parent 2c836ed commit 42946d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/services/OptionsService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const DEFAULT_OPTIONS: Readonly<Required<ITerminalOptions>> = {
3232
logLevel: 'info',
3333
logger: null,
3434
scrollback: 1000,
35+
scrollOnDisplayErase: false,
3536
scrollOnUserInput: true,
3637
scrollSensitivity: 1,
3738
screenReaderMode: false,
@@ -55,8 +56,7 @@ export const DEFAULT_OPTIONS: Readonly<Required<ITerminalOptions>> = {
5556
convertEol: false,
5657
termName: 'xterm',
5758
cancelEvents: false,
58-
overviewRuler: {},
59-
scrollOnDisplayErase: false
59+
overviewRuler: {}
6060
};
6161

6262
const FONT_WEIGHT_OPTIONS: Extract<FontWeight, string>[] = ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'];

0 commit comments

Comments
 (0)