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