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