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