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