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