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