Revert accidental setting change

This commit is contained in:
Daniel Imms
2022-07-27 05:47:39 -07:00
parent 4b8e7a5768
commit 78bfe0b89d
+4 -5
View File
@@ -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.