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