diff options
author | fvogel <fvogelnew1@free.fr> | 2014-12-10 22:48:21 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2014-12-10 22:48:21 (GMT) |
commit | 32e3e378a52b2489974304d4805b173d1a4ca093 (patch) | |
tree | 5f8fe4a8343e04b3b6cd4970d496a88205197abe /generic/tkTextDisp.c | |
parent | 433797cd205bf614fa842c54a8e89cd99a48fc53 (diff) | |
download | tk-32e3e378a52b2489974304d4805b173d1a4ca093.zip tk-32e3e378a52b2489974304d4805b173d1a4ca093.tar.gz tk-32e3e378a52b2489974304d4805b173d1a4ca093.tar.bz2 |
More complete comment
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r-- | generic/tkTextDisp.c | 3 |
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. */ |