ref: 0d61797ee0b0e15e6fb07823ef42c1d5b5a62bb6 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; }