Don't log bell

openid
Marcin Kulik 14 years ago
parent 12cdd612d7
commit 88962b1dcf

@ -6,11 +6,10 @@ SP.AnsiInterpreter = function(terminal) {
SP.AnsiInterpreter.prototype = {
PATTERNS: {
"\x07": function(data) {
console.log("bell!");
// bell
},
"\x08": function(data) {
// console.log("bs");
this.terminal.bs();
},

Loading…
Cancel
Save