summaryrefslogtreecommitdiff
path: root/Build/source/utils/dialog/dialog-1.1-20100119/samples/checklist-utf8
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-11-08 08:01:35 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-11-08 08:01:35 +0000
commit96d20af0f5c73740cf97266de570a4ab5834d2cb (patch)
tree44fdfac92008fccd2685a1787effc0f407190746 /Build/source/utils/dialog/dialog-1.1-20100119/samples/checklist-utf8
parentf9c24195f8a9031f5e55a7b4a3b297a8ac8ab157 (diff)
dialog 1.1-20100428
git-svn-id: svn://tug.org/texlive/trunk@20366 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/dialog/dialog-1.1-20100119/samples/checklist-utf8')
-rwxr-xr-xBuild/source/utils/dialog/dialog-1.1-20100119/samples/checklist-utf830
1 files changed, 0 insertions, 30 deletions
diff --git a/Build/source/utils/dialog/dialog-1.1-20100119/samples/checklist-utf8 b/Build/source/utils/dialog/dialog-1.1-20100119/samples/checklist-utf8
deleted file mode 100755
index 12ed7239502..00000000000
--- a/Build/source/utils/dialog/dialog-1.1-20100119/samples/checklist-utf8
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh
-# $Id: checklist-utf8,v 1.12 2010/01/13 10:20:03 tom Exp $
-
-. ./setup-vars
-
-. ./setup-tempfile
-
-. ./setup-utf8
-
-$DIALOG --backtitle "No Such Organization" \
- --title "CHECKLIST BOX" "$@" \
- --checklist "Hi, this is a checklist box. You can use this to \n\
-present a list of choices which can be turned on or \n\
-off. If there are more items than can fit on the \n\
-screen, the list will be scrolled. You can use the \n\
-UP/DOWN arrow keys, the first letter of the choice as a \n\
-hot key, or the number keys 1-9 to choose an option. \n\
-Press SPACE to toggle an option on/off. \n\n\
- Which of the following are fruits?" 20 61 5 \
- "APPLE" "It's an APPLE." off \
- "DOG" "No, that's not my DOG." ON \
- "ORANGE" "Yeah, that's JUICY." off \
- "CHICKEN" "Normally not a PET." off \
- "CAT" "No, never put a DOG and a CAT together!" oN \
- "FISH" "Cats like FISH." On \
- "LEMON" "You KNOW how it TASTES." on 2> $tempfile
-
-retval=$?
-
-. ./report-tempfile