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