commit: bf484caa1884d1045df7fcd4a5e40c0e0cd717fb
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Fri Jun 9 21:34:45 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 9 21:34:45 2023 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=bf484caa
Restore genfun_y at the same time as genfun_x in _eend()
That this was not happening did not yet amount to a bug but let's ensure
that it cannot be one in the future.
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
functions.sh.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/functions.sh.in b/functions.sh.in
index d13be7d..d4becf8 100644
--- a/functions.sh.in
+++ b/functions.sh.in
@@ -328,6 +328,7 @@ _eend()
if [ "${offset}" -lt 0 ] || [ "${offset}" -gt 1 ]; then
printf '\033[%d;%dH' "$1" "$2"
genfun_x=$1
+ genfun_y=$2
fi
fi