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