Update shell.html

master
zmv7 2020-10-14 20:04:23 +05:00 committed by GitHub
parent 142d4e6a33
commit 01dc31b55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
<!doctype html> <!doctype html>
<html><head> <html>
<head>
<title>SHELL</title>
<script> <script>
function CanvasEngine(id){ function CanvasEngine(id){
if(!id){var id = "CanvasEngine";} if(!id){var id = "CanvasEngine";}
@ -647,9 +649,9 @@ function CanvasEngine(id){
</script> </script>
<script> <script>
var outputText = "\n\ var outputText = "\n\
--------Welcome to Github system shell!--------\n\ -Welcome to Github system shell!\n\
\n\ \n\
----------Type 'help' to list of commands---------\n"; -Type 'help' to list of commands\n";
var enteredText = ""; var enteredText = "";
var latestCommands = [],latestCommandsOffset = 0, latestCommandsOldEnteredText = ""; var latestCommands = [],latestCommandsOffset = 0, latestCommandsOldEnteredText = "";
var consoleScrollPos = 0; var consoleScrollPos = 0;