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