fix snarf

This commit is contained in:
rsc 2005-11-07 01:51:11 +00:00
parent ac963cb3f5
commit 3fd51250be
3 changed files with 36 additions and 4 deletions

View file

@ -772,7 +772,7 @@ wsnarf(Window *w)
snarf = runerealloc(snarf, nsnarf);
snarfversion++; /* maybe modified by parent */
runemove(snarf, w->r+w->q0, nsnarf);
//XXX putsnarf();
rioputsnarf();
}
void
@ -1034,7 +1034,7 @@ wselect(Window *w)
}else{
if(first){
first = 0;
getsnarf();
riogetsnarf();
}
wpaste(w);
}