emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Info menus on text-mode terminals


From: Gerd Moellmann
Subject: Re: Info menus on text-mode terminals
Date: 30 Sep 2003 14:54:10 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

> Gerd, you know how text properties are recognized.  Could you do
> this?

Well, I can give some hints how to do it for someone who wants to
implement this.

 -- In handle_single_display_prop, let the Qspace subproperty
    through for terminal frames.

 -- In produce_glyphs, term.c and maybe elsewhere (msdos.c?), handle
    the case that it->what == IT_STRETCH in a way similar to
    x_produce_glyphs/produce_stretch_glyph, only produce some number
    of space glyphs instead of a stretch glyph.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]