xtermjs/xterm.js

Handling transparent BG color when used as FG

オープン

#1,898 opened on 2019/01/16

 (20 件のコメント) (3 件のリアクション) (1 人の担当者)TypeScript (1,574 件のフォーク)batch import
area/addon/webglarea/renderer-domgood first issuehelp wantedtype/bug

Repository metrics

Stars
 (16,196 個のスター)
PR merge metrics
 (平均マージ 2d 10h) (30d で 16 merged PRs)

説明

Nano displays its shortcuts with FG/BG colors reversed: image

However, when theme BG is transparent, following happens: image

The solution could be to have a separate flag that will render characters with no background as if background were transparent instead of theme.backgroundColor, but will still use the actual color for inverted elements.

コントリビューターガイド