ref: 056eb9f7d8b1a577f7029e3d0e6d40cf6c2e86b0 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; }