X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=httpauth.go;fp=httpauth.go;h=548209eff57d93021643b32efda0eadc6b47c35d;hb=6450081d248fb268db96fbfc3fd8321fe400ba5c;hp=5e97636cd6c3a88cab878bbc744756c754778e92;hpb=1b3ef99af2896156902264aaccced15426874484;p=tofuproxy.git diff --git a/httpauth.go b/httpauth.go index 5e97636..548209e 100644 --- a/httpauth.go +++ b/httpauth.go @@ -62,6 +62,7 @@ func authDialog(host, realm string) (string, string, error) { var b bytes.Buffer userInit, passInit := findInNetrc(host) b.WriteString(fmt.Sprintf(` +tk_setPalette grey wm title . "Unauthorized: %s" label .luser -text "User"