Sign in
plan9port
/
plan9
/
eb423b5cc00a36f02129722e85e36eb9da1a60d3
/
.
/
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
);
}