ref: 34f9d2c42cc4574dbabf96a063c7760ea249b1a4 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; }