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