From a4f561b1498894ad07c8bc6604634b27cf72db4c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 7 Jun 2020 16:51:48 -0500 Subject: Support status code 11 --- bollux | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bollux b/bollux index 9b8d5fa..022a520 100755 --- a/bollux +++ b/bollux @@ -358,7 +358,10 @@ gemini_response() { case "$code" in 1*) # input REDIRECTS=0 - run prompt "$meta" + case "$code" in + 10) run prompt "$meta" ;; + 11) run prompt "$meta" -s ;; # password input + esac run blastoff "?$REPLY" ;; 2*) # OK -- cgit 1.4.1-21-gabe81