Skip to content

Commit

Permalink
examples: use a fork of xterm.js for the examples for pixel perfect b…
Browse files Browse the repository at this point in the history
…ox chars

Until xtermjs/xterm.js#2409 gets resolved, we're using a fork on xterm.js that has [this patch](xtermjs/xterm.js@master...guregu:box-drawing).

See #5.
  • Loading branch information
rrbutani committed Jun 15, 2020
1 parent 8c1a09f commit 62d38dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"//": "drop WASM_PACK_PROFILE=release when (if) things get merged"
},
"dependencies": {
"xterm": "^4.6.0",
"//": "switch back when xtermjs/xterm.js#2409 gets resolved: 'xterm': '^4.7.0'",
"xterm": "https://pkg.githubusercontent.com/272294459/576f5500-ae67-11ea-99ba-6a68eeed3a23?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200614%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200614T225631Z&X-Amz-Expires=300&X-Amz-Signature=3e453570a46130497bad93ca6dcc282b24c6fcc5739f845384c12ddcb193cab7&X-Amz-SignedHeaders=host&actor_id=0&repo_id=0&response-content-disposition=filename%3Dxterm-4.7.0-npm.tgz&response-content-type=application%2Foctet-stream",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-web-links": "^0.3.0"
},
Expand Down

0 comments on commit 62d38dc

Please sign in to comment.