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