ref: 8f68e89a895fb05b51429b02b4dd43ba65e3abfd 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; }