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