From: norve Date: Fri, 18 Feb 2022 21:17:01 +0000 (+0000) Subject: Prompt for input on same line as options X-Git-Tag: auth-4.8.0-alpha0~59^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=507543f5379b99b4eda7fa7c7447b9874b90eee5;p=thirdparty%2Fpdns.git Prompt for input on same line as options --- 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: "<