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