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