From 507543f5379b99b4eda7fa7c7447b9874b90eee5 Mon Sep 17 00:00:00 2001 From: norve Date: Fri, 18 Feb 2022 21:17:01 +0000 Subject: [PATCH] Prompt for input on same line as options --- pdns/pdnsutil.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index e846fd607a..bf7aeedc1f 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1234,7 +1234,7 @@ static int editZone(const DNSName &zone) { } if(checkZone(dk, B, zone, &checkrr)) { reAsk:; - cerr<<"\x1b[31;1mThere was a problem with your zone\x1b[0m\nOptions are: (e)dit your changes, (r)etry with original zone, (a)pply change anyhow, (q)uit: "<