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