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