summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-10-09 18:36:27 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-10-09 18:36:27 (GMT)
commit9f668483439f4223b4e81b87fb4009e6f6f34692 (patch)
treef3562e048c28b768ca7bb5c644f2c4cefb7561b7
parent47ddcd1deb1c2db07e34e62d6f337b13efaaa9ad (diff)
parentb7e25f799f6e491a801ccb44e4eb7dbf8df9a530 (diff)
downloadtk-9f668483439f4223b4e81b87fb4009e6f6f34692.zip
tk-9f668483439f4223b4e81b87fb4009e6f6f34692.tar.gz
tk-9f668483439f4223b4e81b87fb4009e6f6f34692.tar.bz2
Fixed [1080198fff] by clearly stating in the man page that the -wrap option for tags only applies to a displayline if it applies to the first non-elided character on that display line
-rw-r--r--doc/text.n8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/text.n b/doc/text.n
index 481580d..ae9b857 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -609,9 +609,11 @@ specified by the \fB\-foreground\fR tag option is used.
\fB\-wrap \fImode\fR
.
\fIMode\fR specifies how to handle lines that are wider than the text's
-window. It has the same legal values as the \fB\-wrap\fR option for the text
-widget: \fBnone\fR, \fBchar\fR, or \fBword\fR. If this tag option is
-specified, it overrides the \fB\-wrap\fR option for the text widget.
+window. This option only applies to a display line if it applies to the
+first non-elided character on that display line. It has the same legal
+values as the \fB\-wrap\fR option for the text widget: \fBnone\fR,
+\fBchar\fR, or \fBword\fR. If this tag option is specified, it
+overrides the \fB\-wrap\fR option for the text widget.
.PP
If a character has several tags associated with it, and if their display
options conflict, then the options of the highest priority tag are used. If a