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