| /freebsd-14.2/contrib/bsddialog/ |
| H A D | README.md | 37 --calendar, --checklist, --datebox, --form, --gauge, --infobox, --inputbox, 53 % ./bsddialog --checklist "Space to select" 0 0 0 Name1 Desc1 off Name2 Desc2 on 62 % sh ./examples_utility/checklist.sh 100 % ./checklist
|
| H A D | .gitignore | 12 examples_library/checklist
|
| /freebsd-14.2/contrib/dialog/samples/ |
| H A D | checklist9.txt | 6 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist1 | 10 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist | 10 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist-utf8 | 12 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist2 | 10 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist3 | 10 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist4 | 10 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist10 | 12 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist5 | 10 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist11 | 10 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist6 | 11 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist8 | 14 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist7 | 15 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | checklist-8bit | 12 --checklist "Hi, this is a checklist box. You can use this to \n\
|
| H A D | dialog.py | 172 def checklist(self, text, height=15, width=54, list=[], checked=None): member in Dialog 322 food = d.checklist("What sandwich toppings do you like?",
|
| /freebsd-14.2/contrib/bsddialog/examples_utility/ |
| H A D | checklist.sh | 17 ITEMS=$(./bsddialog --title " checklist " --checklist "Hello World!" 15 30 5 \
|
| /freebsd-14.2/contrib/dialog/package/freebsd/ |
| H A D | pkg-plist | 18 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/checklist 19 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/checklist-8bit 20 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/checklist-utf8
|
| /freebsd-14.2/contrib/dialog/po/ |
| H A D | POTFILES.in | 4 checklist.c
|
| /freebsd-14.2/usr.sbin/bsdinstall/scripts/ |
| H A D | services | 46 --checklist "Choose the services you would like to be started at boot:" \
|
| H A D | hardening | 40 --checklist "Choose system security hardening options:" \
|
| /freebsd-14.2/usr.sbin/spkrtest/ |
| H A D | spkrtest.sh | 55 /usr/bin/bsddialog --title " Speaker test " --checklist \
|
| /freebsd-14.2/gnu/lib/libdialog/ |
| H A D | Makefile | 6 SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | CHANGES | 455 checklist/radiobox, menubox, treeview (Debian #775295). 671 + modify menubox.c to use the same improvement as in checklist.c 672 + improve auto width computation for checklist widget by using 1619 + modify checklist.c to add item name to the "HELP" string when 1644 for checklist (Debian #232921). 1877 + fix off-by-one error in menu.c, checklist.c (reported by 1910 checklist, etc. 2300 + remove code in checklist/radiobox, menubox that try to use 2320 + treat KEY_LL the same as KEY_END in checklist and textbox. 2343 checklist.c and menubox.c [all …]
|