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