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