tChording paste bug. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 2308413372f06b00b4561eae30ce1192402603ce
DIR parent 6325e03247751de445423156deb36fc6740b20c9
HTML Author: rsc <devnull@localhost>
Date: Fri, 26 Mar 2004 17:15:34 +0000
Chording paste bug.
Diffstat:
M src/cmd/9term/9term.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/9term/9term.c b/src/cmd/9term/9term.c
t@@ -562,7 +562,7 @@ mselect(void)
if(t.nsnarf){
paste(t.snarf, t.nsnarf, 0);
}
- state = Cancut|Canpaste;
+ state = Cancut;
}
}
readmouse(mc);