ref: 82bb1ae8c735f71047bb901ddb77d8fc6a9ade01 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; }