Re: Minos2 terminal bug: rapidly repeated clear-and-redraw cau ses missed drawing
"Ethan Gardener" <[email protected]> Thu, 01 Oct 2020 14:39:55 +0100
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 1, 2020, at 1:54 PM, Bernd Paysan wrote: > > 0 is the "change nothing" pseudo-color, 6 is the default pseudo-color and 7-15 > are actual colors of choice. Thanks! I've changed the editor's rvsoff to use 6. It works correctly now: no black listing; no truncated QX. Fixed! : rvsoff 6 fg! 6 bg! ;