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