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