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