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