diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-06-09 00:13:39 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-06-09 00:13:39 -0700 |
commit | f53746f80145a184b5e4a6974175e2f92f49dcba (patch) | |
tree | 754e5463f01d12a94130724fb481d568b0792d65 /html/065duplex_list.mu.html | |
parent | bfa3f5ba3930fb3919d94e97929a2b962d104e10 (diff) | |
download | mu-f53746f80145a184b5e4a6974175e2f92f49dcba.tar.gz |
3901
Diffstat (limited to 'html/065duplex_list.mu.html')
-rw-r--r-- | html/065duplex_list.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/065duplex_list.mu.html b/html/065duplex_list.mu.html index c91132d4..f4191f54 100644 --- a/html/065duplex_list.mu.html +++ b/html/065duplex_list.mu.html @@ -731,7 +731,7 @@ if ('onhashchange' in window) { <span id="L669" class="LineNr">669 </span> <span class="Constant">load-ingredients</span> <span id="L670" class="LineNr">670 </span> buf:&:<a href='061text.mu.html#L126'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span> <span id="L671" class="LineNr">671 </span> buf <span class="Special"><-</span> to-buffer in, buf -<span id="L672" class="LineNr">672 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L353'>buffer-to-array</a> buf +<span id="L672" class="LineNr">672 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L344'>buffer-to-array</a> buf <span id="L673" class="LineNr">673 </span>] <span id="L674" class="LineNr">674 </span> <span id="L675" class="LineNr">675 </span><span class="Comment"># variant of 'to-text' which stops printing after a few elements (and so is robust to cycles)</span> @@ -740,7 +740,7 @@ if ('onhashchange' in window) { <span id="L678" class="LineNr">678 </span> <span class="Constant">load-ingredients</span> <span id="L679" class="LineNr">679 </span> buf:&:<a href='061text.mu.html#L126'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span> <span id="L680" class="LineNr">680 </span> buf <span class="Special"><-</span> to-buffer in, buf,<span class="Constant"> 6</span> <span class="Comment"># max elements to display</span> -<span id="L681" class="LineNr">681 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L353'>buffer-to-array</a> buf +<span id="L681" class="LineNr">681 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L344'>buffer-to-array</a> buf <span id="L682" class="LineNr">682 </span>] <span id="L683" class="LineNr">683 </span> <span id="L684" class="LineNr">684 </span><span class="muRecipe">def</span> to-buffer in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem, buf:&:<a href='061text.mu.html#L126'>buffer</a>:char<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L126'>buffer</a>:char [ |