Fix bug #9402 with :align-to on TTY frames.
authorEli Zaretskii <eliz@gnu.org>
Tue, 30 Aug 2011 17:32:44 +0000 (20:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 30 Aug 2011 17:32:44 +0000 (20:32 +0300)
commit148ae00e30c1b6132f3a237ce1d4ddd25094ab6b
tree0d5bfeea5a727819da6217a37a4a044c7b6afc1e
parent015faae4f82a89f8882352a87b68eb2ea4b5c703
Fix bug #9402 with :align-to on TTY frames.

 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.
src/ChangeLog
src/dispextern.h
src/term.c
src/xdisp.c