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