Skip to content

Commit

Permalink
optimize renderer and add more control sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyao-lin committed Nov 18, 2019
1 parent 0292411 commit 3161117
Show file tree
Hide file tree
Showing 10 changed files with 972 additions and 237 deletions.
13 changes: 13 additions & 0 deletions src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ const renderer = new CanvasRenderer(main!);
const source = new WebSocketSource("ws://localhost:3131");
const input = new KeyboardEventInput(document);
const term = new Terminal(source, renderer, input);

/*
demo:
telnet towel.blinkenlights.nl
vi
sl
cmatrix
screenfetch
less
*/
156 changes: 0 additions & 156 deletions src/yterm/ansi.ts

This file was deleted.

Loading

0 comments on commit 3161117

Please sign in to comment.