ref: 8314c9ffb59d8b8d07187c4deeb2dec50ea9e194 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; }