mirror of https://github.com/0intro/conterm
gui-x11: better snarfing with Chrome/Opera (ported from p9p, thanks Ethan Grammatikidis)
R=rsc http://codereview.appspot.com/6402045
This commit is contained in:
parent
14564d23d2
commit
e64d488c01
|
@ -1572,8 +1572,8 @@ if(0) iprint("xselect target=%d requestor=%d property=%d selection=%d\n",
|
|||
a[2] = text;
|
||||
a[3] = compoundtext;
|
||||
|
||||
XChangeProperty(xd, xe->requestor, xe->property, xe->target,
|
||||
8, PropModeReplace, (uchar*)a, sizeof a);
|
||||
XChangeProperty(xd, xe->requestor, xe->property, XA_ATOM,
|
||||
32, PropModeReplace, (uchar*)a, sizeof a);
|
||||
}else if(xe->target == XA_STRING || xe->target == utf8string || xe->target == text || xe->target == compoundtext){
|
||||
text:
|
||||
/* if the target is STRING we're supposed to reply with Latin1 XXX */
|
||||
|
|
Loading…
Reference in New Issue