summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2014-12-10 22:48:21 (GMT)
committerfvogel <fvogelnew1@free.fr>2014-12-10 22:48:21 (GMT)
commit32e3e378a52b2489974304d4805b173d1a4ca093 (patch)
tree5f8fe4a8343e04b3b6cd4970d496a88205197abe /generic
parent433797cd205bf614fa842c54a8e89cd99a48fc53 (diff)
downloadtk-32e3e378a52b2489974304d4805b173d1a4ca093.zip
tk-32e3e378a52b2489974304d4805b173d1a4ca093.tar.gz
tk-32e3e378a52b2489974304d4805b173d1a4ca093.tar.bz2
More complete comment
Diffstat (limited to 'generic')
-rw-r--r--generic/tkTextDisp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index 5c44935..f9a28a1 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -243,7 +243,8 @@ typedef struct DLine {
* top to bottom. Note: the next DLine doesn't
* always correspond to the next line of text:
* (a) can have multiple DLines for one text
- * line, and (b) can have gaps where DLine's
+ * line (wrapping), (b) can have elided newlines,
+ * and (c) can have gaps where DLine's
* have been deleted because they're out of
* date. */
int flags; /* Various flag bits: see below for values. */