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