ref: 2bc6fcf45b0db8ab6abfe8c2f551212074717ef4 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; }