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