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