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