mark NoEcho as deprecated, update description in glossary

FossilOrigin-Name: faef90deae652128bca8f6ed006f51df7a39de356f88ee40229cc95e03236142
This commit is contained in:
crc 2021-11-11 14:15:27 +00:00
parent 9ce0905bf2
commit 00441ebd59
5 changed files with 8 additions and 5 deletions

View file

@ -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

View file

@ -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.

View file

@ -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>

View file

@ -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
------------------------------------------------------------------------

View file

@ -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

1 $ -c - - Return ASCII:NUL (0). class:macro {n/a} {n/a} global all
61 I -n - - Access the loop index for the current loop. (For loops made using `indexed-times`) class:word {n/a} {n/a} global all
62 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
63 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
64 NoEcho -a - - 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:word {n/a} {n/a} global rre
65 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
66 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
67 ScopeList -a - - Variable. This holds some information used by `{{` and `}}`. class:data {n/a} {n/a} global all