Lines Matching +full:display +full:- +full:rows
2 #-
4 # Copyright (c) 2013-2015 Devin Teske
41 # List of languages to display (descriptions pulled from $msg_{lang}doc_desc)
83 # Display the dialog(1)-based application main menu.
95 # Fetch the i18n description to display
102 en) f_getvar DIST_DOC_$upper:-on status ;;
103 *) f_getvar DIST_DOC_$upper:-off status
108 " # END-QUOTE
111 local height width rows
112 eval f_dialog_checklist_size height width rows \
120 --title \"\$title\" \
121 --backtitle \"\$btitle\" \
122 --separate-output \
123 --hline \"\$hline\" \
124 --ok-label \"\$msg_ok\" \
125 --cancel-label \"\$msg_cancel\" \
126 --checklist \"\$prompt\" \
127 $height $width $rows \
132 f_dialog_menutag_store -s "$selected"
152 f_quietly cp -f $BSDINSTALL_TMPETC/resolv.conf $BSDINSTALL_CHROOT/etc/
159 docsets="$docsets $lang-freebsd-doc"