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