From ebc0d83d8e384aeabf7a1967174f2b05ebede827 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 21 Dec 2025 04:58:45 -0800 Subject: [PATCH] Remove deprecated/unused fastScrollModifier --- typings/xterm.d.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 95b6ffcb..72d2b063 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -107,13 +107,6 @@ declare module '@xterm/xterm' { */ drawBoldTextInBrightColors?: boolean; - /** - * The modifier key hold to multiply scroll speed. - * @deprecated This option is no longer available and will always use alt. - * Setting this will be ignored. - */ - fastScrollModifier?: 'none' | 'alt' | 'ctrl' | 'shift'; - /** * The scroll speed multiplier used for fast scrolling when `Alt` is held. */