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