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