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