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