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