mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
readme. misc.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user