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