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