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