summaryrefslogtreecommitdiffstats
path: root/source3/utils/regedit.c
diff options
context:
space:
mode:
authorChris Davis <cd.rattan@gmail.com>2014-05-19 11:08:09 -0700
committerMichael Adam <obnox@samba.org>2014-10-01 14:32:08 +0200
commit994f1ed301e2023f0e4c8afa7429388ea90362e1 (patch)
treec3416d34f7eff03855ca495e9d322facac933551 /source3/utils/regedit.c
parent7e7c649376bd17c7ac9908bbd0ffc235e7cd18f7 (diff)
downloadsamba-994f1ed301e2023f0e4c8afa7429388ea90362e1.tar.gz
samba-994f1ed301e2023f0e4c8afa7429388ea90362e1.tar.xz
samba-994f1ed301e2023f0e4c8afa7429388ea90362e1.zip
regedit: add white on blue color scheme
Signed-off-by: Chris Davis <cd.rattan@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit.c')
-rw-r--r--source3/utils/regedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/regedit.c b/source3/utils/regedit.c
index a1118d5633..5e6db7e629 100644
--- a/source3/utils/regedit.c
+++ b/source3/utils/regedit.c
@@ -450,6 +450,7 @@ static void display_window(TALLOC_CTX *mem_ctx, struct registry_context *ctx)
if (colors) {
start_color();
use_default_colors();
+ assume_default_colors(COLOR_WHITE, COLOR_BLUE);
}
regedit = talloc_zero(mem_ctx, struct regedit);