From 78bfe0b89d5a1556f693b42257536c9d9dac6da6 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 27 Jul 2022 05:47:39 -0700 Subject: [PATCH] Revert accidental setting change --- typings/xterm-headless.d.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/typings/xterm-headless.d.ts b/typings/xterm-headless.d.ts index 85433829..07c1749d 100644 --- a/typings/xterm-headless.d.ts +++ b/typings/xterm-headless.d.ts @@ -182,16 +182,15 @@ declare module 'xterm-headless' { scrollback?: number; /** - * The duration to smoothly scroll between the origin and the target in - * milliseconds. Set to 0 to disable smooth scrolling and scroll instantly. + * The scrolling speed multiplier used for adjusting normal scrolling speed. */ scrollSensitivity?: number; /** - * The duration to smoothly scroll between the origin and the target. Set - * this to 0 to disable smooth scrolling and scroll instantly. + * The duration to smoothly scroll between the origin and the target in + * milliseconds. Set to 0 to disable smooth scrolling and scroll instantly. */ - smoothScrollDuration?: number; + smoothScrollDuration?: number; /** * The size of tab stops in the terminal.