mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Revert accidental setting change
This commit is contained in:
Vendored
+4
-5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user