diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-10-08 17:37:20 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-10-08 17:37:20 +0300 |
commit | afd8eb2cb062e63135812775e7377bc968ac28ee (patch) | |
tree | fb3b12f18859f52d48d388f1d1f497da9c2fe427 /src/xdisp.c | |
parent | 4a48e94d50bad36ed872725db8d8cddbac5a9f47 (diff) |
Cleanups and commentary changes.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r-- | src/xdisp.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index ce6cd8f080..9d7f5fadc7 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -20616,9 +20616,9 @@ deep_copy_glyph_row (struct glyph_row *to, struct glyph_row *from) } /* Display one menu item on a TTY, by overwriting the glyphs in the - desired glyph matrix with glyphs produced from the menu item text. - Called from term.c to display TTY drop-down menus one item at a - time. + frame F's desired glyph matrix with glyphs produced from the menu + item text. Called from term.c to display TTY drop-down menus one + item at a time. ITEM_TEXT is the menu item text as a C string. @@ -20626,11 +20626,11 @@ deep_copy_glyph_row (struct glyph_row *to, struct glyph_row *from) could specify one of 3 faces: a face for an enabled item, a face for a disabled item, or a face for a selected item. - X and Y are coordinates of the first glyph in the desired matrix to - be overwritten by the menu item. Since this is a TTY, Y is the - zero-based number of the glyph row and X is the zero-based glyph - number in the row, starting from left, where to start displaying - the item. + X and Y are coordinates of the first glyph in the frame's desired + matrix to be overwritten by the menu item. Since this is a TTY, Y + is the zero-based number of the glyph row and X is the zero-based + glyph number in the row, starting from left, where to start + displaying the item. SUBMENU non-zero means this menu item drops down a submenu, which should be indicated by displaying a proper visual cue after the |