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