ref: 0d0a879d7e8f372f7bb3c29bf55318fcbe92f32f 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; }