ref: 5c464cbb6f67201ed8d44a0081b4cd3a475a9879 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; }