ref: 5580b1d259905dd07ddb8e77bcbb1d24f9b468cc 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; }