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