changes
This commit is contained in:
parent
f2865ef6ab
commit
9c81b470c7
1 changed files with 14 additions and 0 deletions
|
|
@ -35,3 +35,17 @@ and
|
||||||
will convert as necessary.
|
will convert as necessary.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B \*9/src/libdraw/x11-itrans.c
|
.B \*9/src/libdraw/x11-itrans.c
|
||||||
|
.SH SEE ALSO
|
||||||
|
.IR snarfer (1)
|
||||||
|
.SH BUGS
|
||||||
|
On OS X, there are two snarf buffers: the Carbon snarf buffer
|
||||||
|
used by native OS X applications, and the X11 snarf buffer,
|
||||||
|
used by X11 applications.
|
||||||
|
Whenever new text is written to the Carbon snarf buffer, the OS X X11
|
||||||
|
implementation automatically copies that text to the X11 snarf buffer.
|
||||||
|
The reverse is not done automatically, arguably a bug in the X11 server.
|
||||||
|
To work around this,
|
||||||
|
.I putsnarf
|
||||||
|
writes to both the Carbon snarf buffer and the X11 snarf buffer.
|
||||||
|
To work around this bug in remote or non-Plan 9 X11 clients, run
|
||||||
|
.IR snarfer (1).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue