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