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