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