ref: 68f55577ce3a14c3f7a94db25fbd291ff44d8213 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; }