summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/mothra/forms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/forms.c b/sys/src/cmd/mothra/forms.c
index a68b972eb..9c68b94ae 100644
--- a/sys/src/cmd/mothra/forms.c
+++ b/sys/src/cmd/mothra/forms.c
@@ -169,6 +169,8 @@ void rdform(Hglob *g){
f->name=strdup("no-name");
}
}
+ else if(cistrcmp(s, "search")==0)
+ f->type=TYPEIN;
else if(cistrcmp(s, "checkbox")==0)
f->type=CHECK;
else if(cistrcmp(s, "radio")==0)