summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/libs/lib-ui.sh')
-rw-r--r--src/core/libs/lib-ui.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh
index 21efd3b..dfa70c0 100644
--- a/src/core/libs/lib-ui.sh
+++ b/src/core/libs/lib-ui.sh
@@ -2,6 +2,7 @@
# TODO: implement 'retry until user does it correctly' everywhere
# TODO: get rid of the echoing of the variables at the end. passing output as $ANSWER_<foo> is more useful
# TODO: at some places we should check if $1 etc is only 1 word because we often depend on that
+# TODO: standardize. eg everything $1= question/title, $2=default
# Taken from setup. we store dialog output in a file. TODO: can't we do this with variables? ASKDEV