ref: 2f8b5074ebe0fff8e35f9e83996d1ae2c0b74622 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; }