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