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:
parent
8ec5a40461
commit
c40096a043
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue