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