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