plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

erase.c (116B)


      1 #include "mplot.h"
      2 void erase(void){
      3 	m_swapbuf();
      4 	m_clrwin(clipminx, clipminy, clipmaxx, clipmaxy, e1->backgr);
      5 }