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