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