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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termites",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Web terminal with server-client architecture for remote shell access",
5
5
  "main": "index.js",
6
6
  "scripts": {
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>