aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Pawel Tomak <satherot@gmail.com>2010-03-28 10:52:20 +0200
committerGravatar Pawel Tomak <satherot@gmail.com>2010-03-28 10:52:20 +0200
commitb3f4920cb4ec57f60112d1dd28e33b2b1260b9a4 (patch)
tree6f5c780a211511725ab6fa5f9aa540c2fc4b3b1e /examples
parent0331e7be9ff08e289630e1d2a7b1c1f4da8f3f06 (diff)
Added some comments about textareas
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/scripts/formfiller.sh12
1 files changed, 9 insertions, 3 deletions
diff --git a/examples/data/scripts/formfiller.sh b/examples/data/scripts/formfiller.sh
index 4204dc8..8034fba 100755
--- a/examples/data/scripts/formfiller.sh
+++ b/examples/data/scripts/formfiller.sh
@@ -5,10 +5,18 @@
# uses settings files like: $keydir/<domain>
# files contain lines like: !profile=<profile_name>
# <fieldname>(fieldtype): <value>
-# profile_name should be replaced with a name that will tell sth about that profile
+# profile_name should be replaced with a name that will tell sth about that
+# profile
# fieldtype can be checkbox, text or password, textarea - only for information
# pupropse (auto-generated) - don't change that
#
+# Texteares: for textareas edited text can be now splitted into more lines.
+# If there will be text, that doesn't match key line:
+# <fieldname>(fieldtype):<value>
+# then it will be considered as a multiline for the first field above it
+# If that field doesn't support multilines, like all input fields, then
+# only first line will be inserted
+#
# user arg 1:
# edit: force editing the file (falls back to new if not found)
# new: start with a new file.
@@ -18,8 +26,6 @@
#
# something else (or empty): if file not available: new, otherwise load.
#
-# TODO:
-# - Add multiline support for textarea fields
# config dmenu colors and prompt
NB="#0f0f0f"