diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-14 11:16:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-14 11:16:52 (GMT) |
commit | ea5beb5b384263ed1b94344281de3232efef0dd0 (patch) | |
tree | fa76e282012fa2a3b10877a7484aef3eca07a6dc /doc | |
parent | 626d7152122d3acfc5eafe232d0b81a4cbda5141 (diff) | |
parent | ad861a0433fe3325ce081e6df2b40ed7fd670fe9 (diff) | |
download | tk-ea5beb5b384263ed1b94344281de3232efef0dd0.zip tk-ea5beb5b384263ed1b94344281de3232efef0dd0.tar.gz tk-ea5beb5b384263ed1b94344281de3232efef0dd0.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/selection.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/selection.n b/doc/selection.n index 4734223..a26c5d9 100644 --- a/doc/selection.n +++ b/doc/selection.n @@ -150,7 +150,7 @@ A GUI event, for example \fB<<PasteSelection>>\fR, can copy the \fBPRIMARY\fR se .PP On X11, the \fBPRIMARY\fR selection is a system-wide feature of the X server, allowing communication between different processes that are X11 clients. .PP -On Windows, the \fBPRIMARY\fR selection is not provided by the system, but only by Tk, and so it is shared only between windows of a parent interpreter and its unsafe child interpreters. It is not shared between interpreters in different processes or different threads. Each parent interpreter has a separate \fBPRIMARY\fR selection that is shared only with its unsafe childs. +On Windows, the \fBPRIMARY\fR selection is not provided by the system, but only by Tk, and so it is shared only between windows of a parent interpreter and its child interpreters. It is not shared between interpreters in different processes or different threads. Each parent interpreter has a separate \fBPRIMARY\fR selection that is shared only with its child interpreters which are not safe interpreters. .PP .SH SECURITY .PP |