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