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