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