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