Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harilvfs committed Oct 6, 2024
1 parent 89b490e commit 6f06128
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cxfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ display_main_menu() {
exit
fi
case ${UI_WIDGET_RC} in
0) display_submenu ;;
1) display_help ;;
2) exit ;;
0) display_submenu ;;
1) display_help ;;
2) exit ;;
esac
done
}
Expand Down Expand Up @@ -376,11 +376,11 @@ display_help() {
read -n 1
}

tput civis
tput civis

cleanup() {
tput cnorm
tput cnorm
}
trap cleanup EXIT

display_main_menu
display_main_menu

0 comments on commit 6f06128

Please sign in to comment.