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