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