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