aboutsummaryrefslogtreecommitdiffstats
path: root/functions.js
diff options
context:
space:
mode:
authorAnthony Schneider <tonyschneider3@gmail.com>2022-02-11 21:14:43 -0600
committerAnthony Schneider <tonyschneider3@gmail.com>2022-02-11 21:14:43 -0600
commita086ab28898a897086ecb8e8a7d6b810f0559513 (patch)
treed95289d4034822975e6d460f6ac0a19d3171cacd /functions.js
parenta2d54ad2655498964d8fba5e48212a875e0744b4 (diff)
Latest progress
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 281bed2..8b05e96 100644
--- a/functions.js
+++ b/functions.js
@@ -1,3 +1,13 @@
+import Terminal from "node_modules/xterm/lib/xterm.js";
+
+// we'll finish this some day
+// function createTerminal(rows, columns) {
+// var term = new Terminal({rows: rows, cols: columns});
+// term.open(document.getElementById('terminal'));
+// term.write('Hello from \x1B[1;3;31mxterm.js\x1B[0m $ ')
+
+// }
+
function toStudentView() {
location.replace("index.html")
}