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