about summary refs log tree commit diff stats
path: root/html/apps/tile
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-30 09:37:50 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-30 09:39:50 -0800
commit762107fdc23e7739e9db6843173506c4d00cae0e (patch)
tree5c2cc65b89c126490587dde871b6f20e6b6bcbd2 /html/apps/tile
parentd0bc0d2673c41da7b5007766a7015df99020c353 (diff)
downloadmu-762107fdc23e7739e9db6843173506c4d00cae0e.tar.gz
7476
Diffstat (limited to 'html/apps/tile')
-rw-r--r--html/apps/tile/box.mu.html2
-rw-r--r--html/apps/tile/data.mu.html2
-rw-r--r--html/apps/tile/environment.mu.html2
-rw-r--r--html/apps/tile/float-stack.mu.html2
-rw-r--r--html/apps/tile/gap-buffer.mu.html2
-rw-r--r--html/apps/tile/grapheme-stack.mu.html2
-rw-r--r--html/apps/tile/int-stack.mu.html2
-rw-r--r--html/apps/tile/main.mu.html2
-rw-r--r--html/apps/tile/rpn.mu.html2
-rw-r--r--html/apps/tile/surface.mu.html2
-rw-r--r--html/apps/tile/table.mu.html2
-rw-r--r--html/apps/tile/value-stack.mu.html2
-rw-r--r--html/apps/tile/value.mu.html2
-rw-r--r--html/apps/tile/word.mu.html2
14 files changed, 14 insertions, 14 deletions
diff --git a/html/apps/tile/box.mu.html b/html/apps/tile/box.mu.html
index 88d29001..bed85d6f 100644
--- a/html/apps/tile/box.mu.html
+++ b/html/apps/tile/box.mu.html
@@ -54,7 +54,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/box.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/box.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/box.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/box.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='box.mu.html#L1'>draw-box</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr <a href='../../405screen.mu.html#L9'>screen</a>), row1: int, col1: int, row2: int, col2: int <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  <a href='box.mu.html#L26'>draw-horizontal-line</a> <a href='../../405screen.mu.html#L9'>screen</a>, row1, col1, col2
diff --git a/html/apps/tile/data.mu.html b/html/apps/tile/data.mu.html
index 0907d96e..46940746 100644
--- a/html/apps/tile/data.mu.html
+++ b/html/apps/tile/data.mu.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/data.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/data.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/data.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/data.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">type</span> <a href='data.mu.html#L1'>sandbox</a> <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  setup: (handle <a href='data.mu.html#L22'>line</a>)
diff --git a/html/apps/tile/environment.mu.html b/html/apps/tile/environment.mu.html
index bb4cec67..744501c3 100644
--- a/html/apps/tile/environment.mu.html
+++ b/html/apps/tile/environment.mu.html
@@ -56,7 +56,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/environment.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/environment.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/environment.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/environment.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">   1 </span><span class="PreProc">type</span> <a href='environment.mu.html#L1'>environment</a> <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">   2 </span>  <a href='../../405screen.mu.html#L9'>screen</a>: (handle <a href='../../405screen.mu.html#L9'>screen</a>)
diff --git a/html/apps/tile/float-stack.mu.html b/html/apps/tile/float-stack.mu.html
index 071b189c..d6d100b7 100644
--- a/html/apps/tile/float-stack.mu.html
+++ b/html/apps/tile/float-stack.mu.html
@@ -54,7 +54,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/float-stack.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/float-stack.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/float-stack.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/float-stack.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="PreProc">type</span> <a href='float-stack.mu.html#L1'>float-stack</a> <span class="Delimiter">{</span>
 <span id="L2" class="LineNr"> 2 </span>  data: (handle array float)
diff --git a/html/apps/tile/gap-buffer.mu.html b/html/apps/tile/gap-buffer.mu.html
index 29cdc22f..c7c9b7ce 100644
--- a/html/apps/tile/gap-buffer.mu.html
+++ b/html/apps/tile/gap-buffer.mu.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/gap-buffer.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/gap-buffer.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/gap-buffer.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/gap-buffer.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">type</span> <a href='gap-buffer.mu.html#L1'>gap-buffer</a> <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  left: <a href='grapheme-stack.mu.html#L1'>grapheme-stack</a>
diff --git a/html/apps/tile/grapheme-stack.mu.html b/html/apps/tile/grapheme-stack.mu.html
index fea2d996..0d08d5a0 100644
--- a/html/apps/tile/grapheme-stack.mu.html
+++ b/html/apps/tile/grapheme-stack.mu.html
@@ -54,7 +54,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/grapheme-stack.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/grapheme-stack.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/grapheme-stack.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/grapheme-stack.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">type</span> <a href='grapheme-stack.mu.html#L1'>grapheme-stack</a> <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  data: (handle array grapheme)
diff --git a/html/apps/tile/int-stack.mu.html b/html/apps/tile/int-stack.mu.html
index d1210ea1..d006df2b 100644
--- a/html/apps/tile/int-stack.mu.html
+++ b/html/apps/tile/int-stack.mu.html
@@ -54,7 +54,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/int-stack.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/int-stack.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/int-stack.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/int-stack.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="PreProc">type</span> <a href='int-stack.mu.html#L1'>int-stack</a> <span class="Delimiter">{</span>
 <span id="L2" class="LineNr"> 2 </span>  data: (handle array int)
diff --git a/html/apps/tile/main.mu.html b/html/apps/tile/main.mu.html
index e1a6f9a9..a0552b51 100644
--- a/html/apps/tile/main.mu.html
+++ b/html/apps/tile/main.mu.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/main.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/main.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/main.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/main.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L1'>main</a></span> args-on-stack: (addr array addr array byte)<span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  <span class="PreProc">var</span> args/<span class="Constant">eax</span>: (addr array addr array byte) <span class="SpecialChar">&lt;-</span> copy args-on-stack
diff --git a/html/apps/tile/rpn.mu.html b/html/apps/tile/rpn.mu.html
index 60f7625e..55564796 100644
--- a/html/apps/tile/rpn.mu.html
+++ b/html/apps/tile/rpn.mu.html
@@ -56,7 +56,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/rpn.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/rpn.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/rpn.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/rpn.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='rpn.mu.html#L1'>evaluate</a></span> functions: (addr handle <a href='data.mu.html#L14'>function</a>), bindings: (addr <a href='data.mu.html#L47'>table</a>), scratch: (addr <a href='data.mu.html#L22'>line</a>), end: (addr <a href='data.mu.html#L30'>word</a>), out: (addr <a href='value-stack.mu.html#L3'>value-stack</a>) <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  <span class="PreProc">var</span> <a href='data.mu.html#L22'>line</a>/<span class="Constant">eax</span>: (addr <a href='data.mu.html#L22'>line</a>) <span class="SpecialChar">&lt;-</span> copy scratch
diff --git a/html/apps/tile/surface.mu.html b/html/apps/tile/surface.mu.html
index 33ab2637..12f7127f 100644
--- a/html/apps/tile/surface.mu.html
+++ b/html/apps/tile/surface.mu.html
@@ -56,7 +56,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/surface.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/surface.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/surface.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/surface.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="muComment"># A surface is a large 2-D grid that you can only see a subset of through the</span>
 <span id="L2" class="LineNr">  2 </span><span class="muComment"># screen.</span>
diff --git a/html/apps/tile/table.mu.html b/html/apps/tile/table.mu.html
index 1f07d3b2..672fdd81 100644
--- a/html/apps/tile/table.mu.html
+++ b/html/apps/tile/table.mu.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/table.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/table.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/table.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/table.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='table.mu.html#L1'>initialize-table</a></span> _self: (addr <a href='data.mu.html#L47'>table</a>), n: int <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='data.mu.html#L47'>table</a>) <span class="SpecialChar">&lt;-</span> copy _self
diff --git a/html/apps/tile/value-stack.mu.html b/html/apps/tile/value-stack.mu.html
index dc118e7e..b1aeaed9 100644
--- a/html/apps/tile/value-stack.mu.html
+++ b/html/apps/tile/value-stack.mu.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/value-stack.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/value-stack.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/value-stack.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/value-stack.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="muComment"># support for non-int values is untested</span>
 <span id="L2" class="LineNr">  2 </span>
diff --git a/html/apps/tile/value.mu.html b/html/apps/tile/value.mu.html
index 0606c756..51887537 100644
--- a/html/apps/tile/value.mu.html
+++ b/html/apps/tile/value.mu.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/value.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/value.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/value.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/value.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='value.mu.html#L1'>render-value-at</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr <a href='../../405screen.mu.html#L9'>screen</a>), row: int, col: int, _val: (addr <a href='data.mu.html#L37'>value</a>), max-width: int <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  <a href='../../405screen.mu.html#L109'>move-cursor</a> <a href='../../405screen.mu.html#L9'>screen</a>, row, col
diff --git a/html/apps/tile/word.mu.html b/html/apps/tile/word.mu.html
index ff4d9215..681865c4 100644
--- a/html/apps/tile/word.mu.html
+++ b/html/apps/tile/word.mu.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/word.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/word.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/word.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/word.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='word.mu.html#L1'>initialize-word</a></span> _self: (addr <a href='data.mu.html#L30'>word</a>) <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='data.mu.html#L30'>word</a>) <span class="SpecialChar">&lt;-</span> copy _self