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