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