Skip to content

Commit 0e8ffed

Browse files
committed
zfsbootmenu/bin/zfs-chroot: use tput to reset/clear screen
1 parent ecef4ac commit 0e8ffed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zfsbootmenu/bin/zfs-chroot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ if ! is_snapshot "${selected}" && ! is_writable "${pool}" ; then
4545
fi
4646
fi
4747

48-
clear
48+
tput reset
49+
tput clear
4950

5051
if ! mountpoint="$( allow_rw=yes mount_zfs "${selected}" )"; then
5152
zerror "failed to mount ${selected}"

0 commit comments

Comments
 (0)