Skip to content

Commit

Permalink
add workaround trying to fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
kidwm committed Aug 22, 2015
1 parent 57d3488 commit b465819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/termview.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ TermView.prototype={
onTextInput: function(text) {
//var charset = this.conn.listener.prefs.Encoding;
var charset = null;
if (text.charCodeAt(0) == 10) return; // strip \n, workaround to not send \r\n
this.conn.convSend(text, charset);
},

Expand Down

0 comments on commit b465819

Please sign in to comment.