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