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