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