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