Skip to content

Commit

Permalink
SGA working issue 154
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGAndrews committed Oct 24, 2022
1 parent 63c952a commit b316123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@
}

var handleReceivedCharacter = function (/*char*/ch) {
// SGA Version for issue #154
//console.log("IN = "+ch);
if (termControlChars.length==0) {
switch (ch) {
Expand Down

0 comments on commit b316123

Please sign in to comment.