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