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