pare back changes

This commit is contained in:
Felipe Gasper
2017-10-29 15:25:06 -05:00
parent cb7c6151e8
commit 9a8916ff77
5 changed files with 49 additions and 986 deletions
-4
View File
@@ -40,9 +40,6 @@
<p>
<label><input type="checkbox" id="option-cursor-blink"> cursorBlink</label>
</p>
<p>
<label><input type="checkbox" checked id="zmodem-auto"> Accept all ZMODEM prompts<sup>*</sup></label>
</p>
<p>
<label>
cursorStyle
@@ -85,7 +82,6 @@
</div>
</div>
<p><strong>Attention:</strong> The demo is a barebones implementation and is designed for xterm.js evaluation purposes only. Exposing the demo to the public as is would introduce security risks for the host.</p>
<p><sup>*</sup> ZMODEM file transfers are supported via an addon. To try it out, install <a href="https://ohse.de/uwe/software/lrzsz.html"><code>lrzsz</code></a> onto the remote peer, then run <code>rz</code> to send from your browser or <code>sz &lt;file&gt;</code> to send from the remote peer.</p>
<script src="main.js" defer ></script>
</body>
</html>
-1
View File
@@ -1 +0,0 @@
../../node_modules/zmodem.js/dist/zmodem.devel.js
-1
View File
@@ -1 +0,0 @@
../../node_modules/zmodem.js/dist/zmodem.js
+2 -5
View File
@@ -1,5 +1,3 @@
"use strict";
var term,
protocol,
socketURL,
@@ -180,9 +178,8 @@ function zmodemHandleSendSession(zsession) {
}
function runRealTerminal() {
term.attach(socket);
term._initialized = true;
term.attach(socket);
term._initialized = true;
}
function runFakeTerminal() {
+47 -975
View File
File diff suppressed because it is too large Load Diff