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