diff options
author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-04-17 17:00:55 +0000 |
---|---|---|
committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-04-17 17:00:55 +0000 |
commit | d9bc2c28cdecd831822f6fc6d2e813a789481d0d (patch) | |
tree | 9f4aad12e1032cbbf8e386136b4b4cad08096572 /samples/pause-both | |
parent | fe24989830eac66b52d803c7a65ebf438100b714 (diff) |
Update dialog to 20110302 version.vendor/dialog/1.1-20110302
Diffstat (limited to 'samples/pause-both')
-rwxr-xr-x | samples/pause-both | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/samples/pause-both b/samples/pause-both new file mode 100755 index 000000000000..aa729361497a --- /dev/null +++ b/samples/pause-both @@ -0,0 +1,14 @@ +#!/bin/sh +# $Id: pause-both,v 1.1 2011/01/18 09:49:24 tom Exp $ + +. ./setup-vars + +$DIALOG --title "PAUSE" \ + --help-button \ + --extra-button "$@" \ + --pause "Hi, this is a pause widget" 20 70 10 + +retval=$? +echo return $retval + +. ./report-button |