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