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