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