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