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