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