-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
19,427 additions
and
20,375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "Anura Shell", | ||
"type": "auto", | ||
"package": "anura.ashell", | ||
"index": "term.html", | ||
"icon": "term.png", | ||
"wininfo": { | ||
"title": "Terminal", | ||
"allowMultipleInstance": "true", | ||
"width": "680px", | ||
"height": "440px" | ||
} | ||
"name": "Anura Shell", | ||
"type": "auto", | ||
"package": "anura.ashell", | ||
"index": "term.html", | ||
"icon": "term.png", | ||
"wininfo": { | ||
"title": "Terminal", | ||
"allowMultipleInstance": "true", | ||
"width": "680px", | ||
"height": "440px" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<script src="hterm_all.js"></script> | ||
<script src="term.js" type="module"></script> | ||
</head> | ||
<head> | ||
<script src="hterm_all.js"></script> | ||
<script src="term.js" type="module"></script> | ||
</head> | ||
|
||
<body style="margin: 0"> | ||
<div id="terminal"></div> | ||
</body> | ||
<body style="margin: 0"> | ||
<div id="terminal"></div> | ||
</body> | ||
</html> |
Oops, something went wrong.