ref: fad1b3f7f77f08764f0e32f8ce18bee16da3aa69 dir: /sys/src/cmd/plot/libplot/cfill.c/
#include "mplot.h" void cfill(char *s){ int k=bcolor(s); if(k>=0) e1->backgr=k; }