summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lxdialog/dialog.h
diff options
context:
space:
mode:
authorDirk Gouders <gouders@et.bocholt.fh-gelsenkirchen.de>2012-08-06 16:48:23 +0200
committerMichal Marek <mmarek@suse.cz>2012-08-30 14:47:34 +0200
commit3eb95c84ee594d4a4e5a8c37b01464cff4762c96 (patch)
tree9a23135c58138bbe871258bee71d41c60caf1868 /scripts/kconfig/lxdialog/dialog.h
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff)
downloadlinux-0-day-3eb95c84ee594d4a4e5a8c37b01464cff4762c96.tar.gz
linux-0-day-3eb95c84ee594d4a4e5a8c37b01464cff4762c96.tar.xz
kconfig/mconf.c: revision of curses initialization.
Since commit d0e1e09568 initscr() is called twice in mconf. Do it only in init_dialog() in util.c and there also save the cursor position for the signal handler in mconf.c. Signed-off-by: Dirk Gouders <gouders@et.bocholt.fh-gelsenkirchen.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/lxdialog/dialog.h')
-rw-r--r--scripts/kconfig/lxdialog/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/lxdialog/dialog.h b/scripts/kconfig/lxdialog/dialog.h
index b5211fce0d946..43a58ec09cd47 100644
--- a/scripts/kconfig/lxdialog/dialog.h
+++ b/scripts/kconfig/lxdialog/dialog.h
@@ -144,6 +144,7 @@ struct dialog_info {
*/
extern struct dialog_info dlg;
extern char dialog_input_result[];
+extern int saved_x, saved_y; /* Needed in signal handler in mconf.c */
/*
* Function prototypes