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