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