projects
/
vte.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af990e
)
Bug 617690 - Setting default fg color should not cancel underline
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 5 May 2010 23:16:39 +0000
(19:16 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 5 May 2010 23:16:39 +0000
(19:16 -0400)
src/vteseq.c
patch
|
blob
|
history
diff --git
a/src/vteseq.c
b/src/vteseq.c
index
6c7323d
..
44de8b2
100644
(file)
--- a/
src/vteseq.c
+++ b/
src/vteseq.c
@@
-2344,11
+2344,8
@@
vte_sequence_handler_character_attributes (VteTerminal *terminal, GValueArray *p
break;
}
case 39:
- /* default foreground
, no underscore
*/
+ /* default foreground */
terminal->pvt->screen->defaults.attr.fore = VTE_DEF_FG;
- /* By ECMA 48, this underline off has no business
- being here, but the Linux console specifies it. */
- terminal->pvt->screen->defaults.attr.underline = 0;
break;
case 40:
case 41: