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