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