ref: 69e8a814d3e43f4c74059c60fb00ebc81857c8c5 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; }