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