Fix a bug in :align-to on a TTY when the column is beyond frame width.
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2011 16:17:40 +0000 (19:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2011 16:17:40 +0000 (19:17 +0300)
commitc02dcedf1b2ab40e4d1ea55bac6923c3c5249e86
treedda64161d907d3644c097085a40e5c1b5b89cc05
parent2176854d0f9ac69351a785e8787271d7ee43252f
Fix a bug in :align-to on a TTY when the column is beyond frame width.

 src/xdisp.c (produce_stretch_glyph): Don't subtract 1 "pixel" when
 computing width of the stretch on a TTY.
src/ChangeLog
src/xdisp.c