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