diff options
author | fvogelnew1@free.fr <fvogel> | 2014-12-10 22:48:21 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2014-12-10 22:48:21 (GMT) |
commit | 2aaa60e653740fc570f168af583227c79c31daec (patch) | |
tree | a5be4086683c3feafd11ba719a0f643353cab04e /generic | |
parent | df9f9de974c0eb00889d0702bfed67a06ab62d4b (diff) | |
download | tk-2aaa60e653740fc570f168af583227c79c31daec.zip tk-2aaa60e653740fc570f168af583227c79c31daec.tar.gz tk-2aaa60e653740fc570f168af583227c79c31daec.tar.bz2 |
More complete comment
Diffstat (limited to 'generic')
-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. */ |