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