summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-10-09 18:36:44 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-10-09 18:36:44 (GMT)
commitc0f466b14562b09d91bf6056a32e44087a43d527 (patch)
tree0bd66e3123f6bcf8c897775c2f1ee1588245b9e1 /doc/text.n
parent6aadb98795f902f7b7d8ca8ce580a4cb6e18daca (diff)
parent9f668483439f4223b4e81b87fb4009e6f6f34692 (diff)
downloadtk-c0f466b14562b09d91bf6056a32e44087a43d527.zip
tk-c0f466b14562b09d91bf6056a32e44087a43d527.tar.gz
tk-c0f466b14562b09d91bf6056a32e44087a43d527.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
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/text.n b/doc/text.n
index 860fa30..ae84f5d 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