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