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