diff options
author | fvogel <fvogelnew1@free.fr> | 2016-10-09 18:36:44 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-10-09 18:36:44 (GMT) |
commit | c0f466b14562b09d91bf6056a32e44087a43d527 (patch) | |
tree | 0bd66e3123f6bcf8c897775c2f1ee1588245b9e1 /doc | |
parent | 6aadb98795f902f7b7d8ca8ce580a4cb6e18daca (diff) | |
parent | 9f668483439f4223b4e81b87fb4009e6f6f34692 (diff) | |
download | tk-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')
-rw-r--r-- | doc/text.n | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |