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