ref: 4ec88571a4d7a4d77043c6d0b9268ea52d8ae788 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; }