head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2013.06.18.00.33.05;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.12.30.06.03.14;	author svnexp;	state dead;
branches;
next	1.1;

1.1
date	2012.10.21.18.25.12;	author nwhitehorn;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251843
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#!/bin/sh
# $Id: fselect0,v 1.1 2011/10/14 08:32:48 tom Exp $

. ./setup-vars

exec 3>&1
RESULT=`$DIALOG --title "Please choose a file" "$@@" --fselect '' 14 48 2>&1 1>&3`
retval=$?
exec 3>&-

. ./report-string
@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/244850
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@@


1.1
log
@SVN rev 241818 on 2012-10-21 18:25:12Z by nwhitehorn

Update dialog to 20120706: includes minor useability enhancements and
fixes for warnings encountered with clang.
@
text
@@

