From 895aadbcfb7ef37ab2bb5af7cb66574f8e522a81 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 15 Feb 1995 19:44:08 +0000 Subject: file selector, helpline, helpfile and more, with my fixes Submitted by: wmbfmk@urc.tue.nl --- gnu/lib/libdialog/kernel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/lib/libdialog/kernel.c') diff --git a/gnu/lib/libdialog/kernel.c b/gnu/lib/libdialog/kernel.c index fad8c659a947..75c6370c99e7 100644 --- a/gnu/lib/libdialog/kernel.c +++ b/gnu/lib/libdialog/kernel.c @@ -375,6 +375,7 @@ void draw_box(WINDOW *win, int y, int x, int height, int width, chtype box, chty void draw_shadow(WINDOW *win, int y, int x, int height, int width) { int i,sx,sy; + WINDOW *newscr=win; if (has_colors()) { /* Whether terminal supports color? */ getbegyx(win,sy,sx); -- cgit v1.3