ref: 4c34ff941d0875f922c8de06cd4fc5800ec6d976 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; }