diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-08-17 19:04:35 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-08-17 19:04:35 -0700 |
commit | d990e8f07aee36f68bcd270889d20c2d22b9aa0b (patch) | |
tree | 07a624ea81f2974e1bb038462f4d0607237ea431 /html/screen.mu.html | |
parent | cb159b8c8a888f089676a63273b76b641e860d88 (diff) | |
download | mu-d990e8f07aee36f68bcd270889d20c2d22b9aa0b.tar.gz |
3219
Trying keeping html in the master branch: https://github.com/blog/2228-simpler-github-pages-publishing Let's see if https://akkartik.github.io/mu updates after I push this commit to just the master branch.
Diffstat (limited to 'html/screen.mu.html')
-rw-r--r-- | html/screen.mu.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/screen.mu.html b/html/screen.mu.html index 0152db56..b178a778 100644 --- a/html/screen.mu.html +++ b/html/screen.mu.html @@ -29,10 +29,9 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <body> <pre id='vimCodeElement'> <span class="Comment"># example program: managing the display using 'screen' objects</span> -<span class="Comment">#</span> + <span class="Comment"># The zero screen below means 'use the real screen'. Tests can also use fake</span> <span class="Comment"># screens.</span> - <span class="muRecipe">def</span> main [ open-console <span class="Constant">10</span>:character<span class="Special"> <- </span>copy <span class="Constant">97/a</span> |