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