We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862e83d + 7cf9b68 commit 7d98375Copy full SHA for 7d98375
demo/client.ts
@@ -713,6 +713,7 @@ function writeCustomGlyphHandler(): void {
713
term.write(' ║│╱ ╲│║ │║ ║│ ││ │ ││ │║ ┃ ║│ ┃│ ╽ │┃ ░░▒▒▓▓██ ┊ ┆ ╎ ╏ ┇ ┋ ▎\n\r');
714
term.write(' ║└─╥─┘║ │╚═╤═╝│ │╘═╪═╛│ │╙─╀─╜│ ┃└─╂─┘┃ ░░▒▒▓▓██ ┊ ┆ ╎ ╏ ┇ ┋ ▏\n\r');
715
term.write(' ╚══╩══╝ └──┴──┘ ╰──┴──╯ ╰──┴──╯ ┗━━┻━━┛ └╌╌┘ ╎ ┗╍╍┛ ┋ ▁▂▃▄▅▆▇█\n\r');
716
+ term.write('\x1b[0m');
717
window.scrollTo(0, 0);
718
}
719
0 commit comments