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