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