about summary refs log tree commit diff stats
path: root/html/apps/tui.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/tui.mu.html')
-rw-r--r--html/apps/tui.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/tui.mu.html b/html/apps/tui.mu.html
index ac24ee9a..feec1be9 100644
--- a/html/apps/tui.mu.html
+++ b/html/apps/tui.mu.html
@@ -74,9 +74,9 @@ if ('onhashchange' in window) {
 <span id="L16" class="LineNr">16 </span>  <a href='../103screen.subx.html#L170'>reset-formatting-on-screen</a>
 <span id="L17" class="LineNr">17 </span>  <a href='../103screen.subx.html#L91'>move-cursor-on-screen</a> <span class="Constant">6</span>, <span class="Constant">35</span>
 <span id="L18" class="LineNr">18 </span>  <a href='../103screen.subx.html#L122'>print-string-to-screen</a> <span class="Constant">&quot;tty dimensions: &quot;</span>
-<span id="L19" class="LineNr">19 </span>  print-int32-to-screen nrows
+<span id="L19" class="LineNr">19 </span>  <a href='../103screen.subx.html#L157'>print-int32-hex-to-screen</a> nrows
 <span id="L20" class="LineNr">20 </span>  <a href='../103screen.subx.html#L122'>print-string-to-screen</a> <span class="Constant">&quot; rows, &quot;</span>
-<span id="L21" class="LineNr">21 </span>  print-int32-to-screen ncols
+<span id="L21" class="LineNr">21 </span>  <a href='../103screen.subx.html#L157'>print-int32-hex-to-screen</a> ncols
 <span id="L22" class="LineNr">22 </span>  <a href='../103screen.subx.html#L122'>print-string-to-screen</a> <span class="Constant">&quot; rows\n&quot;</span>
 <span id="L23" class="LineNr">23 </span>
 <span id="L24" class="LineNr">24 </span>  <a href='../103screen.subx.html#L122'>print-string-to-screen</a> <span class="Constant">&quot;press a key to see its code: &quot;</span>
@@ -85,7 +85,7 @@ if ('onhashchange' in window) {
 <span id="L27" class="LineNr">27 </span>  <a href='../104keyboard.subx.html#L72'>enable-keyboard-type-mode</a>
 <span id="L28" class="LineNr">28 </span>  <a href='../103screen.subx.html#L24'>enable-screen-type-mode</a>
 <span id="L29" class="LineNr">29 </span>  <a href='../103screen.subx.html#L122'>print-string-to-screen</a> <span class="Constant">&quot;You pressed &quot;</span>
-<span id="L30" class="LineNr">30 </span>  print-int32-to-screen x
+<span id="L30" class="LineNr">30 </span>  <a href='../103screen.subx.html#L157'>print-int32-hex-to-screen</a> x
 <span id="L31" class="LineNr">31 </span>  <a href='../103screen.subx.html#L122'>print-string-to-screen</a> <span class="Constant">&quot;\n&quot;</span>
 <span id="L32" class="LineNr">32 </span>  exit-status <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L33" class="LineNr">33 </span><span class="Delimiter">}</span>