dropping ncurses for newt

This commit is contained in:
Chris Punches
2021-04-07 19:14:29 -04:00
parent d0391b7304
commit 9863390f67
2 changed files with 30 additions and 5 deletions

View File

@@ -2,6 +2,6 @@
echo CURSES DIALOG TEST
echo "This is a test of how curses dialogs are handled. Expect freaky behaviour."
dialog --title "Dialog title" --inputbox "Enter your name:" 0 0
whiptail --title "Dialog title" --inputbox "Enter your name:" 0 0
exit $?