ref: 40aa4d0b4b4cf77ea6f92762c30ea9304e5ce74c 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; }