mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Chording paste bug.
This commit is contained in:
parent
6325e03247
commit
2308413372
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ mselect(void)
|
|||
if(t.nsnarf){
|
||||
paste(t.snarf, t.nsnarf, 0);
|
||||
}
|
||||
state = Cancut|Canpaste;
|
||||
state = Cancut;
|
||||
}
|
||||
}
|
||||
readmouse(mc);
|
||||
|
|
Loading…
Reference in a new issue