[GRASS-dev] [GRASS GIS] #3329: d.erase requires a delay to actually clear the monitor

#3329: d.erase requires a delay to actually clear the monitor
-------------------------+-------------------------
Reporter: hcho | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
Running a display command right after d.erase does not clear the monitor.
{{{
d.mon wx0
d.text hello
d.erase; d.text overwrite
}}}

If I run this, it seems working.
{{{
d.text hello; d.erase; d.text overwrite
}}}
or
{{{
d.text hello
d.erase; sleep 1; d.text overwrite
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3329&gt;
GRASS GIS <https://grass.osgeo.org>

#3329: d.erase requires a delay to actually clear the monitor
--------------------------+-------------------------
  Reporter: hcho | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.1
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by hcho):

* Attachment "wx0.png" added.

d.erase issue

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3329&gt;
GRASS GIS <https://grass.osgeo.org>