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