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