ref: a0fd79029b5b1d0a70754a34d0a38c7075b8ae52 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; }