projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dcd7de
)
; * src/term.c (turn_on_face): Fix coding style.
author
Po Lu
<luangruo@yahoo.com>
Sun, 28 Apr 2024 01:27:59 +0000
(09:27 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 28 Apr 2024 03:55:17 +0000
(11:55 +0800)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index a0baf5448971d086acbee87b2daa9f21ef9259e4..6cb57592643c76cc1e7f10cb988c488329fe1d53 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-2056,9
+2056,9
@@
turn_on_face (struct frame *f, int face_id)
ts = tty->TF_set_underline_color;
if (ts && face->underline_color)
{
-
p = tparam (ts, NULL, 0, face->underline_color, 0, 0, 0);
-
OUTPUT (tty, p);
-
xfree (p);
+ p = tparam (ts, NULL, 0, face->underline_color, 0, 0, 0);
+ OUTPUT (tty, p);
+ xfree (p);
}
}
}