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