ref: 864c3c2eb7ef78bf88aaa9c92e4951d6f7c41b41 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; }