/contrib/dialog/samples/checklist-8bit

https://bitbucket.org/freebsd/freebsd-head/ · Shell · 30 lines · 24 code · 4 blank · 2 comment · 0 complexity · 84f3b95f8f4c34a452143c6d7efecbcf MD5 · raw file

  1. #! /bin/sh
  2. # $Id: checklist-8bit,v 1.8 2010/01/13 10:20:03 tom Exp $
  3. . ./setup-vars
  4. . ./setup-tempfile
  5. . ./testdata-8bit
  6. $DIALOG --backtitle "No Such Organization" \
  7. --title "CHECKLIST BOX" "$@" \
  8. --checklist "Hi, this is a checklist box. You can use this to \n\
  9. present a list of choices which can be turned on or \n\
  10. off. If there are more items than can fit on the \n\
  11. screen, the list will be scrolled. You can use the \n\
  12. UP/DOWN arrow keys, the first letter of the choice as a \n\
  13. hot key, or the number keys 1-9 to choose an option. \n\
  14. Press SPACE to toggle an option on/off. \n\n\
  15. Which of the following are fruits?" 20 61 5 \
  16. "`./rotated-data 0 $SAMPLE`" "It's an `./rotated-data 0 $SAMPLE`." off \
  17. "`./rotated-data 1 $SAMPLE`" "No, that's not my `./rotated-data 1 $SAMPLE`." ON \
  18. "`./rotated-data 2 $SAMPLE`" "Yeah, that's `./rotated-data 2 $SAMPLE`." off \
  19. "`./rotated-data 3 $SAMPLE`" "Normally not a `./rotated-data 3 $SAMPLE`." off \
  20. "`./rotated-data 4 $SAMPLE`" "No, never put a `./rotated-data 4 $SAMPLE` there!" oN \
  21. "`./rotated-data 5 $SAMPLE`" "Cats like `./rotated-data 5 $SAMPLE`." On \
  22. "`./rotated-data 6 $SAMPLE`" "You `./rotated-data 6 $SAMPLE` how it is." on 2> $tempfile
  23. retval=$?
  24. . ./report-tempfile