1971864966
break mixed form dialogs in conjunction with the FreeBSD termcap, making the bsdinstall partition editor Add dialog, among other things, completely nonfunctional. This restores dialog 20110707.
7 lines
136 B
Bash
Executable File
7 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
# $Id: prgbox,v 1.1 2011/03/02 00:10:54 tom Exp $
|
|
|
|
. ./setup-vars
|
|
|
|
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist" 20 70
|