terase.c - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       terase.c (116B)
       ---
            1 #include "mplot.h"
            2 void erase(void){
            3         m_swapbuf();
            4         m_clrwin(clipminx, clipminy, clipmaxx, clipmaxy, e1->backgr);
            5 }