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