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