diff options
author | Chris Davis <cd.rattan@gmail.com> | 2014-05-19 11:08:09 -0700 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-10-01 14:32:08 +0200 |
commit | 994f1ed301e2023f0e4c8afa7429388ea90362e1 (patch) | |
tree | c3416d34f7eff03855ca495e9d322facac933551 | |
parent | 7e7c649376bd17c7ac9908bbd0ffc235e7cd18f7 (diff) | |
download | samba-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>
-rw-r--r-- | source3/utils/regedit.c | 1 |
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); |