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