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