diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-17 10:00:48 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-17 10:00:48 +0000 |
commit | 2b5579c9bdbbca29e7b2df1ee9a9e5d1cce2b06f (patch) | |
tree | d48b8f5f4c81e26e8dbb6597554286f1d6d53d3a /editbox.c | |
parent | a94245b3d36b447d1f761028da7e072210e64b43 (diff) | |
download | FreeBSD-src-2b5579c9bdbbca29e7b2df1ee9a9e5d1cce2b06f.zip FreeBSD-src-2b5579c9bdbbca29e7b2df1ee9a9e5d1cce2b06f.tar.gz |
Update dialog to 1.2-20130523
Diffstat (limited to 'editbox.c')
-rw-r--r-- | editbox.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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); |