improved js, added async command handling, fake delayed response

This commit is contained in:
Joshua Seigler 2014-12-24 11:19:43 -05:00
parent 8b0507ba84
commit 3a95096031
4 changed files with 96 additions and 42 deletions

View file

@ -84,7 +84,7 @@ html, body {
bottom: 0;
width: 100%;
min-height: 100%;
padding: 1.2em 1.6em 0.5em;
padding: 1.2em 1.6em 0.7em;
font-size: 0.8em;
}
#commandLine {
@ -92,7 +92,6 @@ html, body {
}
#command {
position: absolute;
margin-top: 1.25em;
z-index: -2;
}
#cursor {