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