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