Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #552
  • Loading branch information
gashcrumb committed Sep 16, 2013
1 parent 9c373b3 commit f08a4cf
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -1392,9 +1392,11 @@ public synchronized String pipe(String d) {
}
} else {
o += c;
/* Seems like this adds an extra newline...
if (vt100_mode_lfnewline && c == 13) {
o += (char) 10;
}
*/
}
}
return o;
Expand Down

0 comments on commit f08a4cf

Please sign in to comment.