Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminal/Terminal: work around xterm cursor style issue #1883

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Conversation

dlech
Copy link
Member

@dlech dlech commented Jul 5, 2023

Since updating to Blueprintjs 5.x we can get aliasing artifacts on the cursor due to bad rendering of box-shadow. This overrides it with border instead.

xtermjs/xterm.js#4580

Since updating to Blueprintjs 5.x we can get aliasing artifacts on the
cursor due to bad rendering of box-shadow. This overrides it with
border instead.

xtermjs/xterm.js#4580
@dlech dlech enabled auto-merge (rebase) July 5, 2023 15:56
@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.05 🎉

Comparison is base (bebe0f0) 72.47% compared to head (76345ea) 72.53%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1883      +/-   ##
==========================================
+ Coverage   72.47%   72.53%   +0.05%     
==========================================
  Files         201      201              
  Lines        5097     5097              
  Branches     1074     1074              
==========================================
+ Hits         3694     3697       +3     
+ Misses       1366     1363       -3     
  Partials       37       37              
Impacted Files Coverage Δ
src/terminal/Terminal.tsx 0.00% <ø> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dlech dlech merged commit 42f96b4 into master Jul 5, 2023
@dlech dlech deleted the dlech branch July 5, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant