Compare commits
2 Commits
f7e678190d
...
596a21f49d
Author | SHA1 | Date | |
---|---|---|---|
596a21f49d | |||
e09891482e |
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
@ -56,6 +56,6 @@
|
||||
</style>
|
||||
</noscript>
|
||||
</footer>
|
||||
<script type="module" src="./rt/terminal.ts"></script>
|
||||
<script type="module" src="./rt/emulator/terminal.ts"></script>
|
||||
</body>
|
||||
</html>
|
@ -1,5 +1,5 @@
|
||||
import run from "./shell/command/command"
|
||||
import history from "./shell/history"
|
||||
import run from "../shell/command/command"
|
||||
import history from "../shell/history"
|
||||
|
||||
type InputClosure = (key_event: KeyboardEvent) => void
|
||||
interface EnterArgs {
|
@ -1,5 +1,5 @@
|
||||
import history from "./shell/history"
|
||||
import prompt from "./elements/prompt"
|
||||
import history from "../shell/history"
|
||||
import prompt from "../elements/prompt"
|
||||
import keys from "./keys"
|
||||
|
||||
const term_win_unsafe = document.querySelector("main")
|
Loading…
x
Reference in New Issue
Block a user