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