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