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