* Some work on cursor hiding while redrawing. WIP.

This commit is contained in:
Bryan Ashby 2015-04-27 20:19:17 -06:00
parent 10d8812300
commit 75bb9e91e4
6 changed files with 48 additions and 9 deletions

View file

@ -23,6 +23,7 @@ var ANSI_KEY_NAME_MAP = {
0x7f : 'del',
0x1b : 'esc',
0x0d : 'enter',
0x19 : 'ctrl-y'
};
var ANSI_KEY_CSI_NAME_MAP = {
@ -94,6 +95,8 @@ function Client(input, output) {
var c;
var name;
console.log(data)
if(1 === len) {
c = data[0];