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