mark NoEcho as deprecated, update description in glossary
FossilOrigin-Name: faef90deae652128bca8f6ed006f51df7a39de356f88ee40229cc95e03236142
This commit is contained in:
parent
9ce0905bf2
commit
00441ebd59
5 changed files with 8 additions and 5 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Core Language
|
||||
|
||||
- deprecated
|
||||
|
||||
NoEcho
|
||||
|
||||
- new words
|
||||
|
||||
h:fetch h:store w:fetch w:store
|
||||
|
@ -41,4 +45,3 @@
|
|||
- added a tool to identify words missing `d:source` data
|
||||
- start work on proper utf8 string support
|
||||
- nga/unix: catch some signals for debugging purposes
|
||||
|
||||
|
|
|
@ -188,7 +188,7 @@ K D: -n A: - F: -
|
|||
Access the grandparent loop index for the current loop. (For loops made using `indexed-times`)
|
||||
|
||||
NoEcho D: -a A: - F: -
|
||||
"Variable. If TRUE, allow display of the ""ok"" prompt and startup banner."
|
||||
Deprecated. Variable. If TRUE, allow display of the startup banner when running listen.
|
||||
|
||||
RewriteUnderscores D: -a A: - F: -
|
||||
Variable. When set to `TRUE`, Retro will replace underscores in strings with spaces. When `FALSE`, Retro does not.
|
||||
|
|
|
@ -471,7 +471,7 @@
|
|||
<b>Addr:</b> -<br>
|
||||
<b>Float:</b> -</p>
|
||||
</div>
|
||||
<p>"Variable. If TRUE, allow display of the ""ok"" prompt and startup banner."</p>
|
||||
<p>Deprecated. Variable. If TRUE, allow display of the startup banner when running listen.</p>
|
||||
<table><tr><td><b>Class:</b> </td><td>class:word</td></tr><tr><td><b>Namespace:</b> </td><td>global</td></tr><tr><td><b>Interface Layer:</b> </td><td>rre</td></tr></table><hr/>
|
||||
<h2>RewriteUnderscores</h2>
|
||||
<div style='margin-left: 1em;'><p><b>Data:</b> -a<br>
|
||||
|
|
|
@ -730,7 +730,7 @@ NoEcho
|
|||
Addr: -
|
||||
Float: -
|
||||
|
||||
"Variable. If TRUE, allow display of the ""ok"" prompt and startup banner."
|
||||
Deprecated. Variable. If TRUE, allow display of the startup banner when running listen.
|
||||
|
||||
Class: class:word | Namespace: global | Interface Layer: rre
|
||||
------------------------------------------------------------------------
|
||||
|
|
|
@ -61,7 +61,7 @@ Heap -a - - Variable. Holds the address of the next available cell. class:data
|
|||
I -n - - Access the loop index for the current loop. (For loops made using `indexed-times`) class:word {n/a} {n/a} global all
|
||||
J -n - - Access the parent loop index for the current loop. (For loops made using `indexed-times`) class:word {n/a} {n/a} global all
|
||||
K -n - - Access the grandparent loop index for the current loop. (For loops made using `indexed-times`) class:word {n/a} {n/a} global all
|
||||
NoEcho -a - - "Variable. If TRUE, allow display of the ""ok"" prompt and startup banner." class:word {n/a} {n/a} global rre
|
||||
NoEcho -a - - Deprecated. Variable. If TRUE, allow display of the startup banner when running listen. class:word {n/a} {n/a} global rre
|
||||
RewriteUnderscores -a - - Variable. When set to `TRUE`, Retro will replace underscores in strings with spaces. When `FALSE`, Retro does not. class:data {n/a} {n/a} global all
|
||||
STRINGS -a - - Return the address of the start of the temporary string pool. This can be altered by changing the values of `TempStrings` and `TempStringMax`. class:word {n/a} {n/a} global all
|
||||
ScopeList -a - - Variable. This holds some information used by `{{` and `}}`. class:data {n/a} {n/a} global all
|
||||
|
|
|
Loading…
Reference in a new issue