diff --git a/src/ChangeLog b/src/ChangeLog index f831f286d..e0ef6aee5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-05-29 Koblinger Egmont + + * text.c (default_edition_colors): Change the default for + dhotfocus to be blue on cyan for consistency with dhotnormal. + 2003-05-27 Andrew V. Samoilov * info.c (info_show_info): Cast myfs_stats.avail to double to diff --git a/src/text.c b/src/text.c index 725ea7550..957386d83 100644 --- a/src/text.c +++ b/src/text.c @@ -41,7 +41,7 @@ char *default_edition_colors = "dnormal=black,lightgray:" "dfocus=black,cyan:" "dhotnormal=blue,lightgray:" -"dhotfocus=yellow,cyan:" +"dhotfocus=blue,cyan:" "viewunderline=brightred,blue:" "menuhot=yellow,cyan:" "menusel=white,black:"