initial commit of file from CVS for whiptail on Fri 14 Jul 22:35:31 BST 2023
This commit is contained in:
15
newt-0.51.5.patch.2006100301
Normal file
15
newt-0.51.5.patch.2006100301
Normal file
@@ -0,0 +1,15 @@
|
||||
diff -Nur -x '*.orig' -x '*.rej' newt-0.51.5/whiptail.c mezzanine_patched_newt-0.51.5/whiptail.c
|
||||
--- newt-0.51.5/whiptail.c 2006-10-11 12:11:54.000000000 -0400
|
||||
+++ mezzanine_patched_newt-0.51.5/whiptail.c 2006-10-11 12:10:25.000000000 -0400
|
||||
@@ -79,7 +79,11 @@
|
||||
{ "separate-output", '\0', 0, &separateOutput, 0 },
|
||||
{ "title", '\0', POPT_ARG_STRING, &title, 0 },
|
||||
{ "left", '\0', POPT_ARG_STRING, &left, 0 },
|
||||
+ { "cancel-label", '\0', POPT_ARG_STRING, &left, 0 },
|
||||
+ { "no-label", '\0', POPT_ARG_STRING, &left, 0 },
|
||||
{ "right", '\0', POPT_ARG_STRING, &right, 0 },
|
||||
+ { "ok-label", '\0', POPT_ARG_STRING, &right, 0 },
|
||||
+ { "yes-label", '\0', POPT_ARG_STRING, &right, 0 },
|
||||
{ "yesno", '\0', 0, 0, OPT_YESNO },
|
||||
{ 0, 0, 0, 0, 0 }
|
||||
};
|
Reference in New Issue
Block a user