From 86922c7c8b51a3a2e2881bd666f004adc797cbf5 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 10 Aug 2013 10:19:40 -0500 Subject: [PATCH] readme. misc. --- README.md | 2 +- lib/term.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {