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