ref: 5a9f27d4e7ac352ec41113f804f13493a532b3f7 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; }