summaryrefslogtreecommitdiffstats
path: root/contrib/dialog/mixedform.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dialog/mixedform.c')
-rw-r--r--contrib/dialog/mixedform.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/dialog/mixedform.c b/contrib/dialog/mixedform.c
index b2fe538..1f18b2f 100644
--- a/contrib/dialog/mixedform.c
+++ b/contrib/dialog/mixedform.c
@@ -1,9 +1,9 @@
/*
- * $Id: mixedform.c,v 1.8 2010/04/28 20:54:11 tom Exp $
+ * $Id: mixedform.c,v 1.10 2013/03/17 15:03:41 tom Exp $
*
- * formbox.c -- implements the form (i.e, some pairs label/editbox)
+ * mixedform.c -- implements the mixed form (i.e, typed pairs label/editbox)
*
- * Copyright 2007-2008,2010 Thomas E. Dickey
+ * Copyright 2007-2011,2013 Thomas E. Dickey
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License, version 2.1
@@ -112,6 +112,7 @@ dialog_mixedform(const char *title,
dlg_add_separator();
}
}
+ dlg_add_last_key(-1);
}
dlg_free_formitems(listitems);
OpenPOWER on IntegriCloud