Re: Is it possible to hook into the prompt?
"Ethan Gardener" <[email protected]> Tue, 22 Sep 2020 16:23:22 +0100
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 22, 2020, at 2:19 PM, Bernd Paysan wrote: > > PROMPT is a deferred word. You can easily make it > > : my-prompt redraw defers prompt ; > ' my-prompt is prompt Wonderful! Thanks.