commit fa467fbe51e3aba23fce6639afd8939c046c8c2d
parent b7edc22192e7ae88584a14e8878fef9248d2b8a4
Author: rsc <devnull@localhost>
Date: Tue, 8 Feb 2005 20:41:39 +0000
fix paste again
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/9term/9term.c b/src/cmd/9term/9term.c
@@ -913,7 +913,6 @@ key(Rune r)
paste(t.snarf, t.nsnarf, 0);
if(scrolling)
show(t.q0);
- consread();
return;
}
@@ -1361,6 +1360,7 @@ paste(Rune *r, int n, int advance)
if(rawon() && t.q0==t.nr){
addraw(r, n);
+ consread();
return;
}