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