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