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