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