termites 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server.js +1 -0
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -724,6 +724,7 @@ class TermitesServer {
|
|
|
724
724
|
<button data-seq="\\x03">^C</button>
|
|
725
725
|
<button data-seq="\\x04">^D</button>
|
|
726
726
|
<button data-seq="\\x1a">^Z</button>
|
|
727
|
+
<button data-seq="\\x0c">^L</button>
|
|
727
728
|
</div>
|
|
728
729
|
|
|
729
730
|
<script src="https://cdn.jsdelivr.net/npm/xterm@5.3.0/lib/xterm.min.js"></script>
|