From 38d1286e581917473f60cd947e43281e559fd94c Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 17 Dec 1999 02:46:04 +0000 Subject: In retrospect, msgNotify() should leave its contents on the screen longer to give the user something to look at while things are happening. Change it to do so and insert the appropriate screen saves elsewhere. --- usr.sbin/sysinstall/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/mouse.c') diff --git a/usr.sbin/sysinstall/mouse.c b/usr.sbin/sysinstall/mouse.c index 5670b9a..2eec6be 100644 --- a/usr.sbin/sysinstall/mouse.c +++ b/usr.sbin/sysinstall/mouse.c @@ -67,7 +67,7 @@ mousedTest(dialogMenuItem *self) vsystem("ln -fs /dev/sysmouse /dev/mouse"); /* backwards compat */ } - return DITEM_SUCCESS; + return DITEM_SUCCESS | DITEM_RESTORE; } int -- cgit v1.1