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