ref: 03d1dfb5cf8200f0d6058453f769f3ad5e42c1d3 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; }