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