ref: 6ab5d4fca4a4b628e7cefa6f095f8c9e76cde0c6 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; }