diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-11-28 00:42:24 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-11-28 00:42:24 -0800 |
commit | 06ef635e8a4cbd17e43561809ed58691da6f18d7 (patch) | |
tree | b046979c511e2658276c7c81280b01374a3c4cac /html/edit/003-shortcuts.mu.html | |
parent | 970df30262537492b5c60dc5c802f9bcca41a4ea (diff) | |
download | mu-06ef635e8a4cbd17e43561809ed58691da6f18d7.tar.gz |
3699
Delete some obsolete /same-as-ingredient attributes. We should always let Mu deduce those at this point.
Diffstat (limited to 'html/edit/003-shortcuts.mu.html')
-rw-r--r-- | html/edit/003-shortcuts.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html index 3e248a6c..9225ac1a 100644 --- a/html/edit/003-shortcuts.mu.html +++ b/html/edit/003-shortcuts.mu.html @@ -512,7 +512,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color cursor-column <span class="Special"><-</span> copy left *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, screen-height <span class="Comment"># must be equal</span> - <span class="muControl">return-unless</span> below-screen?, editor/same-as-ingredient:0, <span class="Constant">0/no-more-render</span> + <span class="muControl">return-unless</span> below-screen?, editor, <span class="Constant">0/no-more-render</span> <span class="Constant"> <scroll-down></span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> <span class="Comment"># bring back into screen range</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row |