Skip to content

Commit 92c21a6

Browse files
committed
+ scrollOnDisplayErase option
1 parent 780f9a3 commit 92c21a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/common/services/Services.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ export interface ITerminalOptions {
252252
windowOptions?: IWindowOptions;
253253
wordSeparator?: string;
254254
overviewRuler?: IOverviewRulerOptions;
255+
scrollOnDisplayErase?: boolean;
255256

256257
[key: string]: any;
257258
cancelEvents: boolean;

0 commit comments

Comments
 (0)