ref: 9a6b812daa2b56e9fd30bc2bc1bbeaace48f194d 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; }