shithub: riscv

ref: 190653f0490801a26123186b2fb4e2ee6f02fab7
dir: /sys/src/cmd/plot/libplot/cfill.c/

View raw version
#include "mplot.h"
void cfill(char *s){
	int k=bcolor(s);
	if(k>=0) e1->backgr=k;
}