ref: 5f0cff613ccb73bb9b5f33f7437d8f4d572d0fca 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; }