Skip to content

Commit

Permalink
Improve rendering performance of chars with background (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabou authored Mar 18, 2018
1 parent 7838a10 commit 269bb8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/components/term.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const getTermOptions = props => {
fontWeight: props.fontWeight,
fontWeightBold: props.fontWeightBold,
allowTransparency: needTransparency,
experimentalCharAtlas: 'dynamic',
theme: {
foreground: props.foregroundColor,
background: backgroundColor,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"styled-jsx": "2.2.6",
"stylis": "3.5.0",
"uuid": "3.1.0",
"xterm": "3.2.0"
"xterm": "chabou/xterm.js#b2e393f"
},
"devDependencies": {
"ava": "0.25.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6693,9 +6693,9 @@ xtend@~2.1.1:
dependencies:
object-keys "~0.4.0"

xterm@3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.2.0.tgz#da50f54a83d81463c0a2c9f2e0a5d14d3867df02"
xterm@chabou/xterm.js#b2e393f:
version "3.2.0-hyper.0"
resolved "https://codeload.github.com/chabou/xterm.js/tar.gz/b2e393f48029ff638d20d2ba6347d0829bd20c42"

y18n@^3.2.1:
version "3.2.1"
Expand Down

0 comments on commit 269bb8e

Please sign in to comment.