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