mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
Improve rendering performance of chars with background (#2769)
Integrate https://github.com/xtermjs/xterm.js/pull/1327 (7c3a30f239)
Fixes #2592
This commit is contained in:
parent
7838a10d1a
commit
269bb8e65f
3 changed files with 5 additions and 4 deletions
|
|
@ -29,6 +29,7 @@ const getTermOptions = props => {
|
||||||
fontWeight: props.fontWeight,
|
fontWeight: props.fontWeight,
|
||||||
fontWeightBold: props.fontWeightBold,
|
fontWeightBold: props.fontWeightBold,
|
||||||
allowTransparency: needTransparency,
|
allowTransparency: needTransparency,
|
||||||
|
experimentalCharAtlas: 'dynamic',
|
||||||
theme: {
|
theme: {
|
||||||
foreground: props.foregroundColor,
|
foreground: props.foregroundColor,
|
||||||
background: backgroundColor,
|
background: backgroundColor,
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@
|
||||||
"styled-jsx": "2.2.6",
|
"styled-jsx": "2.2.6",
|
||||||
"stylis": "3.5.0",
|
"stylis": "3.5.0",
|
||||||
"uuid": "3.1.0",
|
"uuid": "3.1.0",
|
||||||
"xterm": "3.2.0"
|
"xterm": "chabou/xterm.js#b2e393f"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "0.25.0",
|
"ava": "0.25.0",
|
||||||
|
|
|
||||||
|
|
@ -6693,9 +6693,9 @@ xtend@~2.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
object-keys "~0.4.0"
|
object-keys "~0.4.0"
|
||||||
|
|
||||||
xterm@3.2.0:
|
xterm@chabou/xterm.js#b2e393f:
|
||||||
version "3.2.0"
|
version "3.2.0-hyper.0"
|
||||||
resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.2.0.tgz#da50f54a83d81463c0a2c9f2e0a5d14d3867df02"
|
resolved "https://codeload.github.com/chabou/xterm.js/tar.gz/b2e393f48029ff638d20d2ba6347d0829bd20c42"
|
||||||
|
|
||||||
y18n@^3.2.1:
|
y18n@^3.2.1:
|
||||||
version "3.2.1"
|
version "3.2.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue