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