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