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