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