mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
fix paste again
This commit is contained in:
parent
b7edc22192
commit
fa467fbe51
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue