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