diff options
author | Mike Hamrick <mikeh@muppetlabs.com> | 2020-09-13 15:52:24 -0700 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-09-18 11:31:12 +0300 |
commit | e0e147e10389e407531ca81d0063a11a5716d765 (patch) | |
tree | d6232e980714afee7094cc72199a3872e0f28c64 /lisp/emacs-lisp/debug.el | |
parent | 38519caa670dd76bc23235094f07f33003c2be82 (diff) | |
download | emacs-e0e147e10389e407531ca81d0063a11a5716d765.tar.gz emacs-e0e147e10389e407531ca81d0063a11a5716d765.tar.bz2 emacs-e0e147e10389e407531ca81d0063a11a5716d765.zip |
TTY Support for ECMA-48 strike-through graphic rendition
* term.c: Support strike-through in capable terminals.
(no_color_bit): Replace unused NC_INVIS with
NC_STRIKE_THROUGH.
(turn_on_face): Output via TS_enter_strike_through_mode
if available.
(turn_off_face): Handle strike-through case.
(tty_capable_p, init_tty): Support strike-through.
* termchar.h (struct tty_display_info): Add field for
strike-through.
* xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
Handle strike-through case.
* dispextern.h: Add TTY_CAP_STRIKE_THROUGH definition.
(struct face): Add field tty_strike_through_p.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
0 files changed, 0 insertions, 0 deletions