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