ref: 3a2cb7a9bb4037ed2d947f6d81ce1582e3725a34 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; }