]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - test/escape_sequences.js
Make `src/xterm.js` ES2015 and export EventEmitter into its own file
[mirror_xterm.js.git] / test / escape_sequences.js
index 85785d68a7a1b29074ad745bb18db2180278222c..43523e60b1ab0ae94a7bc4b6e8ac823a4764e5f5 100644 (file)
@@ -27,7 +27,7 @@ function pty_write_read(s) {
   return b.toString('utf8', 0, bytes);
 }
 
-// make sure raw pty is at x=0 and has no pending data 
+// make sure raw pty is at x=0 and has no pending data
 function pty_reset() {
     pty_write_read('\r\n');
 }