summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-15 20:24:32 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-15 20:24:32 +0100
commitd54de104aa30ac02e45b41886da2d58285d993d5 (patch)
tree49cb9589b3408722d0771375f68289100469f1e5 /src/core/libs/lib-ui.sh
parentbe7f9233acf0a978334445a445c7216b2d9185f9 (diff)
todo updates
Diffstat (limited to 'src/core/libs/lib-ui.sh')
-rw-r--r--src/core/libs/lib-ui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh
index f7fd42c..09e6646 100644
--- a/src/core/libs/lib-ui.sh
+++ b/src/core/libs/lib-ui.sh
@@ -66,7 +66,7 @@ notify ()
# You can keep several "lists of successive things" by grouping them with <listname>
# this is somewhat similar to follow_progress. Note that this list isn't cleared unless you set $3 to 1. default 0. (optional).
# $3 0/1 this is the last one of the group of several things (eg clear buffer). default 0. (optional)
-infofy ()
+infofy () #TODO: when using successive things, the screen can become full and you only see the old stuff, not the new
{
successive=${2:-0}
succ_last=${3:-0}