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