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