summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-10 18:11:45 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-10 18:11:45 +0100
commit04c6e02dde3ea10b50aeff0f2193892207d86bfb (patch)
treea1cff1d2274b80f8b1758e24c0f3b7da1b77916e /src/core/libs/lib-ui.sh
parent7d63d384de7621802e1c9cec438c030c6b74c7e7 (diff)
cleaned up and abstracted ui code everywhere
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