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