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