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