ref: 51496e8b8d5cae9f74e07f43ad8cc6b893fc7a19 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; }