]> code.delx.au - gnu-emacs/commit
Support ':relative-width' space display spec on text-mode terminals
authorEli Zaretskii <eliz@gnu.org>
Wed, 23 Sep 2015 13:20:10 +0000 (16:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 23 Sep 2015 13:20:10 +0000 (16:20 +0300)
commitaab67529d229cd0d09ae3b9d7f8bb2f44e1d6276
tree5a71d5944e5520cc886e3e7c0a69cfa109b129da
parent0a133c70f1d2c068e8ad3ed5527f13ea7246fc68
Support ':relative-width' space display spec on text-mode terminals

* src/xdisp.c (produce_stretch_glyph): Support ':relative-width'
space display spec on text-mode terminals, by calling
PRODUCE_GLYPHS instead of x_produce_glyphs.  Remove the HAVE_WINDOW_SYSTEM
guards from the supporting code, as well as the test for a GUI frame.
doc/lispref/display.texi
src/xdisp.c