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