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