diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-20 01:41:08 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-20 01:41:08 -0700 |
commit | 7f5600570a24fadb07015ad1b78b1989a8d364f2 (patch) | |
tree | f7ef68acf34f2215464580a83d618f1f18e5b2ac /html/edit/010-sandbox-trace.mu.html | |
parent | 53251357c969c3ae7bb3a17b5e55114e69f0e85d (diff) | |
download | mu-7f5600570a24fadb07015ad1b78b1989a8d364f2.tar.gz |
3871
Strange race condition: if I repeatedly press <enter> and <backspace> so the screen is constantly playing catch up, it will sometimes fail these assertions when it does eventually catch up. Somehow the cursor ends up misplaced. Let's just take them out. It's likely some low-level implementation detail of the terminal.
Diffstat (limited to 'html/edit/010-sandbox-trace.mu.html')
-rw-r--r-- | html/edit/010-sandbox-trace.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index dfec896c..5bb31998 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -307,7 +307,7 @@ if ('onhashchange' in window) { <span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> display-trace? <span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> sandbox-trace:text <span class="Special"><-</span> get *sandbox, <span class="Constant">trace:offset</span> <span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-trace <span class="Comment"># nothing to print; move on</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L362'>render-text</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox-trace, left, right, <span class="Constant">245/grey</span>, row +<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L356'>render-text</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox-trace, left, right, <span class="Constant">245/grey</span>, row <span id="L248" class="LineNr">248 </span> <span class="Delimiter">}</span> <span id="L249" class="LineNr">249 </span><span class="Constant"> <a href='010-sandbox-trace.mu.html#L249'><render-sandbox-trace-done></a></span> <span id="L250" class="LineNr">250 </span>] |