dropping ncurses for newt
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user