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