Commit Diff


commit - a1cf3ab5f16799216fdb56301f091553c36b1bde
commit + 58b5d44034463a488e39896ac6eb579d49e49a7b
blob - 3dcf0fd7db28047f7dc8fa420de479889452028b
blob + 9bc857a9debb99c659e079a946c6a823445cc546
--- fragments.tmpl
+++ fragments.tmpl
@@ -141,7 +141,7 @@ gemini://{{ pc->proxy_name }}{{ path }}
 	<p>The server ask for input: <q>{{ prompt }}</q>.</p>
 	<form method="post" enctype="{{ FORM_URLENCODED }}">
 		<label for="reply">{{ "response " }}</label>
-		<input type="text" value="" id="reply" name="q" />
+		<input type="text" value="" id="reply" name="q" autofocus />
 		{{ " " }}
 		<button type="submit">Submit!</button>
 	</form>