mirror of
				https://git.proxmox.com/git/mirror_xterm.js
				synced 2025-10-31 01:03:50 +00:00 
			
		
		
		
	readme. misc.
This commit is contained in:
		
							parent
							
								
									efa0e3c145
								
							
						
					
					
						commit
						86922c7c8b
					
				| @ -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 | ||||
| 
 | ||||
|  | ||||
| @ -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) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Christopher Jeffrey
						Christopher Jeffrey