diff --git a/README.md b/README.md index bd16979..be7d5cc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # term.js A full xterm clone written in javascript. Used by -[tty.js](https://github.com/chjj/tty.js). +[**tty.js**](https://github.com/chjj/tty.js). ## Example diff --git a/lib/term.js b/lib/term.js index 86ca41e..829a929 100644 --- a/lib/term.js +++ b/lib/term.js @@ -1173,7 +1173,7 @@ Terminal.prototype.write = function(data) { this.x = 0; } // TODO: Implement eat_newline_glitch. - // if (this.realX >= this.cols) // break; + // if (this.realX >= this.cols) break; // this.realX = 0; this.y++; if (this.y > this.scrollBottom) {