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