ref: 16b4df4c6d0e521ab3deed40d814b2b8f61cf504 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; }