xref: /freebsd/contrib/dialog/samples/pause-help (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
14c8945a0SNathan Whitehorn#!/bin/sh
2*a96ef450SBaptiste Daroussin# $Id: pause-help,v 1.6 2020/11/26 00:05:11 tom Exp $
34c8945a0SNathan Whitehorn
44c8945a0SNathan Whitehorn. ./setup-vars
54c8945a0SNathan Whitehorn
64c8945a0SNathan Whitehorn$DIALOG --title "PAUSE" \
74c8945a0SNathan Whitehorn	--help-button "$@" \
84c8945a0SNathan Whitehorn	--pause "Hi, this is a pause widget" 20 70 10
94c8945a0SNathan Whitehorn
10*a96ef450SBaptiste Daroussinreturncode=$?
114c8945a0SNathan Whitehorn
124c8945a0SNathan Whitehorn. ./report-button
13