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