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