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