diff options
-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); |