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