about summary refs log tree commit diff stats
path: root/html/shell/main.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/main.mu.html')
-rw-r--r--html/shell/main.mu.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/html/shell/main.mu.html b/html/shell/main.mu.html
index 7c3c944f..585b5f87 100644
--- a/html/shell/main.mu.html
+++ b/html/shell/main.mu.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<meta charset="UTF-8">
 <title>Mu - shell/main.mu</title>
-<meta name="Generator" content="Vim/8.1">
-<meta name="plugin-version" content="vim8.1_v1">
+<meta name="Generator" content="Vim/8.2">
+<meta name="plugin-version" content="vim8.1_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
 <meta name="colorscheme" content="minimal-light">
-<style type="text/css">
+<style>
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
@@ -25,7 +25,7 @@ a { color:inherit; }
 -->
 </style>
 
-<script type='text/javascript'>
+<script>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L6" class="LineNr"> 6 </span>  <span class="PreProc">var</span> env/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L8'>environment</a>) <span class="Special">&lt;-</span> address env-storage
 <span id="L7" class="LineNr"> 7 </span>  <a href='environment.mu.html#L103'>initialize-environment</a> env, <span class="Constant">0x20</span>/fake-screen-width, <span class="Constant">8</span>/fake-screen-height
 <span id="L8" class="LineNr"> 8 </span>  <a href='environment.mu.html#L950'>load-state</a> env, data-disk
-<span id="L9" class="LineNr"> 9 </span>  $main:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
+<span id="L9" class="LineNr"> 9 </span>  <span class="Delimiter">{</span>
 <span id="L10" class="LineNr">10 </span>    <a href='environment.mu.html#L115'>render-environment</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, env
 <span id="L11" class="LineNr">11 </span>    <span class="muComment"># no way to quit right now; just reboot</span>
 <span id="L12" class="LineNr">12 </span>    <span class="Delimiter">{</span>