• Eli Zaretskii's avatar
    Fix bug #9402 with :align-to on TTY frames. · 148ae00e
    Eli Zaretskii authored
     src/xdisp.c (produce_stretch_glyph): No longer static, compiled also
     when HAVE_WINDOW_SYSTEM is not defined.  Support both GUI and TTY
     frames.  Call tty_append_glyph in the TTY case.  (Bug#9402)
     src/term.c (tty_append_glyph): New function.
     (produce_stretch_glyph): Static function and its prototype deleted.
     src/dispextern.h (produce_stretch_glyph, tty_append_glyph): Add
     prototypes.
    148ae00e
term.c 103 KB