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