From 2b5579c9bdbbca29e7b2df1ee9a9e5d1cce2b06f Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 17 Jun 2013 10:00:48 +0000 Subject: Update dialog to 1.2-20130523 --- editbox.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editbox.c') diff --git a/editbox.c b/editbox.c index 7488d65..03ae27e 100644 --- a/editbox.c +++ b/editbox.c @@ -1,9 +1,9 @@ /* - * $Id: editbox.c,v 1.61 2012/07/01 18:13:32 Zoltan.Kelemen Exp $ + * $Id: editbox.c,v 1.62 2013/03/17 15:03:41 tom Exp $ * * editbox.c -- implements the edit box * - * Copyright 2007-2011,2012 Thomas E. Dickey + * Copyright 2007-2012,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 @@ -710,6 +710,7 @@ dlg_editbox(const char *title, dlg_add_result((*list)[n]); dlg_add_separator(); } + dlg_add_last_key(-1); } free(buffer); dlg_restore_vars(&save_vars); -- cgit v1.1