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