Lines Matching full:box
6 $DIALOG --title "MESSAGE BOX" --trim "$@" \
7 --msgbox "Hi, this is a simple message box. You can use this to
8 display any message you like. The box will remain until
9 you press the ENTER key. This box is being displayed
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --trim "$@" \
14 --msgbox "Hi, this is a simple message box. You can use this to
15 display any message you like. The box will remain until
16 you press the ENTER key. This box is being displayed
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --trim "$@" \
21 --msgbox "Hi, this is a simple message box. You can use this to
22 display any message you like. The box will remain until
23 you press the ENTER key. This box is being displayed
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
30 message box. You can
33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati…