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