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