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