File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 "vscode-ripgrep" : " ^1.5.7" ,
5454 "vscode-sqlite3" : " 4.0.8" ,
5555 "vscode-textmate" : " ^4.2.2" ,
56- "xterm" : " 4.2.0-beta18 " ,
56+ "xterm" : " ^ 4.2.0-beta20 " ,
5757 "xterm-addon-search" : " 0.3.0-beta5" ,
5858 "xterm-addon-web-links" : " 0.2.1" ,
5959 "yauzl" : " ^2.9.2" ,
Original file line number Diff line number Diff line change 2020 "vscode-proxy-agent" : " 0.4.0" ,
2121 "vscode-ripgrep" : " ^1.5.7" ,
2222 "vscode-textmate" : " ^4.2.2" ,
23- "xterm" : " 4.2.0-beta18 " ,
23+ "xterm" : " ^ 4.2.0-beta20 " ,
2424 "xterm-addon-search" : " 0.3.0-beta5" ,
2525 "xterm-addon-web-links" : " 0.2.1" ,
2626 "yauzl" : " ^2.9.2" ,
Original file line number Diff line number Diff line change 55 "onigasm-umd" : " ^2.2.2" ,
66 "semver-umd" : " ^5.5.3" ,
77 "vscode-textmate" : " ^4.2.2" ,
8- "xterm" : " 4.2.0-beta18 " ,
8+ "xterm" : " ^ 4.2.0-beta20 " ,
99 "xterm-addon-search" : " 0.3.0-beta5" ,
1010 "xterm-addon-web-links" : " 0.2.1"
1111 }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ xterm-addon-web-links@0.2.1:
4141 resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.2.1.tgz#6d1f2ce613e09870badf17615e7a1170a31542b2"
4242 integrity sha512-2KnHtiq0IG7hfwv3jw2/jQeH1RBk2d5CH4zvgwQe00rLofSJqSfgnJ7gwowxxpGHrpbPr6Lv4AmH/joaNw2+HQ==
4343
44- xterm@4.2.0-beta18 :
45- version "4.2.0-beta18 "
46- resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.2.0-beta18 .tgz#c45fcb12eb601be724cc6803a7f4bbf19d0e6203 "
47- integrity sha512-B9Q3EOTWOVVpZzBU1BiNCWGZO24m+kjlLGfdIBy3I6DX+COiEnd+boIAVDbwsJ4G2iCfYye2qEG/jXJlyJWvqg ==
44+ xterm@^ 4.2.0-beta20 :
45+ version "4.2.0-beta20 "
46+ resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.2.0-beta20 .tgz#74a759414511b4577159293397914ac33a2375d8 "
47+ integrity sha512-lH52ksaNQqWmLVV4OdLKWvhGkSRUXgJNvb2YYmVkBAm1PdVVS36ir8Qr4zYygnc2tBw689Wj65t4cNckmfpU1Q ==
Original file line number Diff line number Diff line change @@ -421,10 +421,10 @@ xterm-addon-web-links@0.2.1:
421421 resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.2.1.tgz#6d1f2ce613e09870badf17615e7a1170a31542b2"
422422 integrity sha512-2KnHtiq0IG7hfwv3jw2/jQeH1RBk2d5CH4zvgwQe00rLofSJqSfgnJ7gwowxxpGHrpbPr6Lv4AmH/joaNw2+HQ==
423423
424- xterm@4.2.0-beta18 :
425- version "4.2.0-beta18 "
426- resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.2.0-beta18 .tgz#c45fcb12eb601be724cc6803a7f4bbf19d0e6203 "
427- integrity sha512-B9Q3EOTWOVVpZzBU1BiNCWGZO24m+kjlLGfdIBy3I6DX+COiEnd+boIAVDbwsJ4G2iCfYye2qEG/jXJlyJWvqg ==
424+ xterm@^ 4.2.0-beta20 :
425+ version "4.2.0-beta20 "
426+ resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.2.0-beta20 .tgz#74a759414511b4577159293397914ac33a2375d8 "
427+ integrity sha512-lH52ksaNQqWmLVV4OdLKWvhGkSRUXgJNvb2YYmVkBAm1PdVVS36ir8Qr4zYygnc2tBw689Wj65t4cNckmfpU1Q ==
428428
429429yauzl@^2.9.2 :
430430 version "2.10.0"
Original file line number Diff line number Diff line change @@ -183,6 +183,11 @@ declare module 'xterm' {
183183 */
184184 scrollback ?: number ;
185185
186+ /**
187+ * The scrolling speed multiplier used for adjusting normal scrolling speed.
188+ */
189+ scrollSensitivity ?: number ;
190+
186191 /**
187192 * The size of tab stops in the terminal.
188193 */
Original file line number Diff line number Diff line change @@ -9276,10 +9276,10 @@ xterm-addon-web-links@0.2.1:
92769276 resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.2.1.tgz#6d1f2ce613e09870badf17615e7a1170a31542b2"
92779277 integrity sha512-2KnHtiq0IG7hfwv3jw2/jQeH1RBk2d5CH4zvgwQe00rLofSJqSfgnJ7gwowxxpGHrpbPr6Lv4AmH/joaNw2+HQ==
92789278
9279- xterm@4.2.0-beta18 :
9280- version "4.2.0-beta18 "
9281- resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.2.0-beta18 .tgz#c45fcb12eb601be724cc6803a7f4bbf19d0e6203 "
9282- integrity sha512-B9Q3EOTWOVVpZzBU1BiNCWGZO24m+kjlLGfdIBy3I6DX+COiEnd+boIAVDbwsJ4G2iCfYye2qEG/jXJlyJWvqg ==
9279+ xterm@^ 4.2.0-beta20 :
9280+ version "4.2.0-beta20 "
9281+ resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.2.0-beta20 .tgz#74a759414511b4577159293397914ac33a2375d8 "
9282+ integrity sha512-lH52ksaNQqWmLVV4OdLKWvhGkSRUXgJNvb2YYmVkBAm1PdVVS36ir8Qr4zYygnc2tBw689Wj65t4cNckmfpU1Q ==
92839283
92849284y18n@^3.2.1 :
92859285 version "3.2.1"
You can’t perform that action at this time.
0 commit comments