Skip to content

Commit f9efaa0

Browse files
committed
Removed horizontal black line
1 parent 12fdf85 commit f9efaa0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/ui/term_config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const fit = () => {
2626
if (cols !== xterm.cols || rows !== xterm.rows) xterm.resize(cols, rows);
2727
};
2828

29+
requestAnimationFrame(fit)
30+
2931
window.addEventListener("resize", () => {
3032
if (pending) return;
3133
pending = true;

src/ui/term_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
background-color: black;
2+
background-color: #191A19;
33
margin: 0;
44
}
55

0 commit comments

Comments
 (0)