From 70b4cd6ff17c30a06902ae0ea1f4128cedccbc54 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 29 May 2003 04:28:10 +0000 Subject: [PATCH] * text.c (default_edition_colors): Change the default for dhotfocus to be blue on cyan for consistency with dhotnormal. --- src/ChangeLog | 5 +++++ src/text.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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:"