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