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