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