/freebsd/contrib/bsddialog/ |
H A D | README.md | 32 --calendar, --checklist, --datebox, --form, --gauge, --infobox, --inputbox, 48 % ./bsddialog --checklist "Space to select" 0 0 0 Name1 Desc1 off Name2 Desc2 on 57 % sh ./examples_utility/checklist.sh 97 % ./checklist
|
H A D | .gitignore | 12 examples_library/checklist
|
/freebsd/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 | checklist | 10 --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 | 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 | checklist-utf8 | 12 --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 | checklist5 | 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 | 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/contrib/bsddialog/examples_utility/ |
H A D | checklist.sh | 17 ITEMS=$(./bsddialog --title " checklist " --checklist "Hello World!" 15 30 5 \
|
/freebsd/contrib/dialog/package/freebsd/ |
H A D | pkg-plist | 18 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/checklist 19 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/checklist-8bit 20 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/checklist-utf8
|
/freebsd/contrib/dialog/po/ |
H A D | POTFILES.in | 4 checklist.c
|
/freebsd/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/usr.sbin/spkrtest/ |
H A D | spkrtest.sh | 55 /usr/bin/bsddialog --title " Speaker test " --checklist \
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 455 checklist/radiobox, menubox, treeview (Debian #775295). 575 + improve limit-checks for checklist, in case the dialog is resized 594 + remove obsolete workaround for ncurses 4.2 scrolling in checklist 659 + modify double-quoting to make it more consistent, i.e., checklist 662 older checklist behavior for double-quoting which always added those 671 + modify menubox.c to use the same improvement as in checklist.c 672 + improve auto width computation for checklist widget by using 1003 + improve manpage description of --checklist (report by Isaac Good). 1037 + amend changes to quoting; by default, the checklist widget quotes its 1070 + add bindings for CTL/N, CTL/P to checklist, fselect and menubox [all …]
|
/freebsd/gnu/lib/libdialog/ |
H A D | Makefile | 5 SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
|