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