ref: 5806f8f5bddeeca3a0ebcf8b4817cfc84a2b5b26 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; }