[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111091: More improvements in 'str
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111091: More improvements in 'struct glyph' comments. |
Date: |
Sat, 29 Dec 2012 11:24:13 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111091
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-12-29 11:24:13 +0200
message:
More improvements in 'struct glyph' comments.
modified:
src/dispextern.h
=== modified file 'src/dispextern.h'
--- a/src/dispextern.h 2012-12-27 17:29:14 +0000
+++ b/src/dispextern.h 2012-12-29 09:24:13 +0000
@@ -321,14 +321,14 @@
the right edge of a row have their position set to the next
buffer position that is not shown on this row. Glyphs inserted
by redisplay, such as the empty space after the end of a line on
- TTYs, have this set to -1. */
+ TTYs, or the overlay-arrow on a TTY, have this set to -1. */
ptrdiff_t charpos;
/* Lisp object source of this glyph. Currently either a buffer or a
string, if the glyph was produced from characters which came from
a buffer or a string; or 0 if the glyph was inserted by redisplay
- for its own purposes such as padding or truncation/continuation
- glyphs on TTYs. */
+ for its own purposes, such as padding or truncation/continuation
+ glyphs, or the overlay-arrow glyphs on TTYs. */
Lisp_Object object;
/* Width in pixels. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111091: More improvements in 'struct glyph' comments.,
Eli Zaretskii <=