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