@ -92,6 +92,9 @@ module.exports = class ScreenRenderer {
this.defaultFgNum = fg
this.defaultBgNum = bg
this.scheduleDraw('default-colors')
// full bg with default color (goes behind the image)
this.screen.canvas.style.backgroundColor = this.getColor(bg)
}
@ -25,6 +25,12 @@ body.term {
cursor: default;
canvas {
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
canvas.selectable {
cursor: text;