Sign in
plan9port
/
plan9
/
67e4fce4f5b62cf5f9e6b4b7b59ff2b2818d21f5
/
.
/
src
/
cmd
/
plot
/
libplot
/
erase.c
blob: ab9134752940e7fc7ca92aaec90fbef9316c460e [
file
] [
log
] [
blame
]
#include
"mplot.h"
void
erase
(
void
){
m_swapbuf
();
m_clrwin
(
clipminx
,
clipminy
,
clipmaxx
,
clipmaxy
,
e1
->
backgr
);
}