ref: 14f8dbe6ad0b8d1fc76edbeb9c6e033c4592ed60 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; }