This repository was archived by the owner on Jul 25, 2022. It is now read-only.
File tree 4 files changed +12
-13
lines changed
4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ export default class AddonsProvider {
34
34
*/
35
35
private setupAddon ( config : IConfig , terminal : XTerminal , addon : Addon ) {
36
36
37
- if ( ( addon . type !== AddonType . WEBGL || config . webGlRendering ) &&
38
- ( addon . type !== AddonType . LIGATURES || config . fontLigatures ) ) {
37
+ if ( addon . type !== AddonType . LIGATURES || config . fontLigatures ) {
39
38
40
39
addon . addon = this . resolveAddonFromType ( addon . type ) ;
41
40
addon . loaded = true ;
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export const defaultConfig: IConfig = {
126
126
defaultShell,
127
127
shells,
128
128
webGlRendering : true ,
129
- fontLigatures : false ,
129
+ fontLigatures : true ,
130
130
copyOnSelected : true ,
131
131
restoreWindowPosition : true ,
132
132
tabsIcons : true ,
Original file line number Diff line number Diff line change 43
43
"ssh2" : " ^0.8.9" ,
44
44
"sudo-prompt" : " ^9.2.1" ,
45
45
"v8-compile-cache" : " ^2.2.0" ,
46
- "xterm" : " ^4.11 .0" ,
46
+ "xterm" : " ^4.12 .0" ,
47
47
"xterm-addon-fit" : " ^0.5.0" ,
48
48
"xterm-addon-unicode11" : " ^0.2.0" ,
49
49
"xterm-addon-web-links" : " ^0.4.0" ,
50
- "xterm-addon-webgl" : " ^0.10 .0"
50
+ "xterm-addon-webgl" : " ^0.11 .0"
51
51
},
52
52
"devDependencies" : {
53
53
"@babel/preset-react" : " ^7.12.10" ,
Original file line number Diff line number Diff line change @@ -11410,15 +11410,15 @@ xterm-addon-web-links@^0.4.0:
11410
11410
resolved "https://registry.yarnpkg.com/xterm-addon-web-links/-/xterm-addon-web-links-0.4.0.tgz#265cbf8221b9b315d0a748e1323bee331cd5da03"
11411
11411
integrity sha512-xv8GeiINmx0zENO9hf5k+5bnkaE8mRzF+OBAr9WeFq2eLaQSudioQSiT34M1ofKbzcdjSsKiZm19Rw3i4eXamg==
11412
11412
11413
- xterm-addon-webgl@^0.10 .0 :
11414
- version "0.10 .0"
11415
- resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.10 .0.tgz#e99366fdc4cbd46b798a5e2fc114ecc19f9fd4b7 "
11416
- integrity sha512-MJzyWie5yw+PH6p//fXlXzmsULLtpBo992EWEKl2uv5M5Zj9etTwfuutCUK7o98mr6itDl+vS/CYIMP68jCf8w ==
11413
+ xterm-addon-webgl@^0.11 .0 :
11414
+ version "0.11 .0"
11415
+ resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.11 .0.tgz#9601ee21cbd092c35c5b01b6ba6ea63767209515 "
11416
+ integrity sha512-ohrvmACebnbYyTALbx6AC8GKqfK/heCeO9WWIProjoKatVYFTUD5m8KD6Mk2mbBZOOMgEwLajpcl0ujO2YH9Uw ==
11417
11417
11418
- xterm@^4.11 .0 :
11419
- version "4.11 .0"
11420
- resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.11 .0.tgz#d7dabc7af5299579e4663fedf2b3a179af9aaff9 "
11421
- integrity sha512-NeJH909WTO2vth/ZlC0gkP3AGzupbvVHVlmtrpBw56/sGFXaF9bNdKgqKa3tf8qbGvXMzL2JhCcHVklqFztIRw ==
11418
+ xterm@^4.12 .0 :
11419
+ version "4.12 .0"
11420
+ resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.12 .0.tgz#db09b425b4dcae5b96f8cbbaaa93b3bc60997ca9 "
11421
+ integrity sha512-K5mF/p3txUV18mjiZFlElagoHFpqXrm5OYHeoymeXSu8GG/nMaOO/+NRcNCwfdjzAbdQ5VLF32hEHiWWKKm0bw ==
11422
11422
11423
11423
" y18n@^3.2.1 || ^4.0.0" , y18n@^4.0.0:
11424
11424
version "4.0.0"
You can’t perform that action at this time.
0 commit comments