Re: Minos2 terminal bug: rapidly repeated clear-and-redraw cau ses missed drawing
"Ethan Gardener" <[email protected]> Thu, 01 Oct 2020 12:51:55 +0100
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
Minimal reproduction of the bug as seen in qx output: : hi 15 fg! 12 bg! ; : 0color 0 fg! 15 bg! ; cr ." abc" hi ." def" 0color ." ghi" Optionally insert another 0color after the cr.