1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(standard-display-underline): Shift face id by 19 bits.

This commit is contained in:
Karl Heuer 1998-03-23 00:12:14 +00:00
parent 8ec5a40461
commit c40096a043

View file

@ -161,7 +161,7 @@ X frame."
(aset standard-display-table c
(vector
(if window-system
(logior uc (lsh (face-id (internal-find-face 'underline)) 8))
(logior uc (lsh (face-id (internal-find-face 'underline)) 19))
(create-glyph (concat "\e[4m" (char-to-string uc) "\e[m"))))))
;; Allocate a glyph code to display by sending STRING to the terminal.