summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2023-06-09 22:34:45 +0100
committerKerin Millar <kfm@plushkava.net>2023-06-09 22:34:45 +0100
commitbf484caa1884d1045df7fcd4a5e40c0e0cd717fb (patch)
treee0265815b793380a1e2a444285a51f691c5419ac
parentRemove the vim modeline (diff)
downloadgentoo-functions-bf484caa.tar.gz
gentoo-functions-bf484caa.tar.bz2
gentoo-functions-bf484caa.zip
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@plushkava.net>
-rw-r--r--functions.sh.in1
1 files changed, 1 insertions, 0 deletions
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