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