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