Remove deprecated/unused fastScrollModifier

This commit is contained in:
Daniel Imms
2025-12-21 04:58:45 -08:00
parent d1c50c14e3
commit ebc0d83d8e
-7
View File
@@ -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.
*/