summaryrefslogtreecommitdiff
path: root/src/disptab.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* * xdisp.c (display_text_line): Apply faces to characters accordingJim Blandy1993-05-101-0/+6
| | | | | | | | | | | | | to overlays and text properties; use compute_char_face to figure out what face to use, and where a new face starts. * xterm.c (dumpglyphs): Use the upper bits of the glyphs to decide which frame face to use. Call GLYPH_FOLLOW_ALIASES to make sure we're implementing the glyph table properly. If we're not using the default or mode line face, call intern_face to find a display face for the frame face selected by the glyph code. Implement underlining. Remove the `font' argument; we have to derive this from the frame and face anyway. Change all callers. * disptab.h (GLYPH_FOLLOW_ALIASES): New macro.
* (DISP_INVIS_VECTOR): Renamed from DISP_INVIS_ROPE.Richard M. Stallman1993-03-051-2/+2
| | | | | (DISP_CHAR_VECTOR): Renamed from DISP_CHAR_ROPE. All callers changed.
* entered into RCSJim Blandy1992-01-131-0/+82