backup
parent
9039fc3415
commit
46e9a54a20
@ -0,0 +1 @@
|
||||
hel
|
||||
@ -0,0 +1 @@
|
||||
node_modules
|
||||
@ -0,0 +1,6 @@
|
||||
const terminal = document.getElementById("terminal");
|
||||
terminal.innerHTML = "Ohhh";
|
||||
const term = new Terminal({ cols: 120, rows: 10 });
|
||||
term.open(terminal);
|
||||
term.write("oh my god\r\n");
|
||||
term.write("it looks working");
|
||||
File diff suppressed because one or more lines are too long
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "static",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"xterm": "^4.19.0"
|
||||
}
|
||||
},
|
||||
"node_modules/xterm": {
|
||||
"version": "4.19.0",
|
||||
"resolved": "https://registry.npmjs.org/xterm/-/xterm-4.19.0.tgz",
|
||||
"integrity": "sha512-c3Cp4eOVsYY5Q839dR5IejghRPpxciGmLWWaP9g+ppfMeBChMeLa1DCA+pmX/jyDZ+zxFOmlJL/82qVdayVoGQ=="
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"xterm": {
|
||||
"version": "4.19.0",
|
||||
"resolved": "https://registry.npmjs.org/xterm/-/xterm-4.19.0.tgz",
|
||||
"integrity": "sha512-c3Cp4eOVsYY5Q839dR5IejghRPpxciGmLWWaP9g+ppfMeBChMeLa1DCA+pmX/jyDZ+zxFOmlJL/82qVdayVoGQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"xterm": "^4.19.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue