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