diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-31 18:16:22 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-31 18:16:22 -0400 |
| commit | bbcb9e49d454c2d4d203df7675626c10c25e539d (patch) | |
| tree | f033d355b85c678b59cf0a519403810b9f4ca2a1 /docs/try.html | |
| parent | 99424bb076edce155fe9f877625484c6fad0f2b1 (diff) | |
Move prefix customization to bottom right of keybar
Diffstat (limited to 'docs/try.html')
| -rw-r--r-- | docs/try.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/try.html b/docs/try.html index 0faa3131..97919d20 100644 --- a/docs/try.html +++ b/docs/try.html @@ -9,11 +9,10 @@ li { margin:0.7em 0; } textarea { padding:0.2em; } .perm, .count { font-size:0.7em; margin:-0.2em 0.8em 0 0; } - .run, .doexplain, .perm, .prfx { float:right; margin-left:0.4em; } + .run, .doexplain, .perm { float:right; margin-left:0.4em; } .doexplain.selected { background:#777; } .count { float:left; opacity:0.6; } .rslt { border:none; background:none; min-height:8em; } - .prfx { width: 1.1em; } </style> </head> <body> @@ -22,7 +21,6 @@ <div class="kb"></div> <textarea class="code" rows="8" autofocus></textarea> <div class="count"></div> - <input class="prfx" type="text" maxlength="1" value="\"/> <input class="run" type="submit" value="Run (or shift-enter)"/> <input class="doexplain" type="button" value="Explain"/> <a class="perm" href="#" title="Link with the code above embedded">permalink</a> @@ -32,7 +30,7 @@ <p> Notes: <ul> - <li>You can type special characters with a back<em>slash</em> (customizable) prefix, as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html#functions">here</a>.</li> + <li>You can type special characters with a back<em>slash</em> prefix (customize at the right), as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html#functions">here</a>.</li> <li>Any modifier with enter will execute, not just shift. The code window is vertically resizeable.</li> <li>Support for function headers and multiple bodies is missing.</li> </ul> |
