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