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