17a1c0d96SNathan Whitehorn#!/bin/sh 2*a96ef450SBaptiste Daroussin# $Id: pause-extra,v 1.2 2020/11/26 00:05:11 tom Exp $ 37a1c0d96SNathan Whitehorn 47a1c0d96SNathan Whitehorn. ./setup-vars 57a1c0d96SNathan Whitehorn 67a1c0d96SNathan Whitehorn$DIALOG --title "PAUSE" \ 77a1c0d96SNathan Whitehorn --extra-button "$@" \ 87a1c0d96SNathan Whitehorn --pause "Hi, this is a pause widget" 20 70 10 97a1c0d96SNathan Whitehorn 10*a96ef450SBaptiste Daroussinreturncode=$? 11*a96ef450SBaptiste Daroussinecho return $returncode 127a1c0d96SNathan Whitehorn 137a1c0d96SNathan Whitehorn. ./report-button 14