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