Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 +MMDF+2.11; site ukc.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!mcvax!ukc!mg From: mg@ukc.UUCP (M.W.Guy) Newsgroups: net.sources.games Subject: Patch to adv Message-ID: <259@ukc.UUCP> Date: Thu, 3-Oct-85 09:59:49 EDT Article-I.D.: ukc.259 Posted: Thu Oct 3 09:59:49 1985 Date-Received: Sat, 5-Oct-85 07:31:27 EDT Reply-To: mg@ukc.UUCP (Martin Guy) Organization: U of Kent at Canterbury, Canterbury, UK Lines: 29 Keywords: adv Please find enclosed a patch to the recent posting of "adv", the adventure gaming program using curses instead of Maryland windows. With our 4.2BSD version of curses, the cursor fiddled with the top window as you typed your commands in. This distracting (and slowing) feature is cured thus: --8<------- *** ,misc.c Thu Oct 3 13:43:04 1985 --- misc.c Wed Oct 2 15:13:46 1985 *************** *** 223,229 else Wputc(c, CurWin); } ! refresh(); ReadingTerminal = 2; } ReadingTerminal = 0; --- 223,229 ----- else Wputc(c, CurWin); } ! wrefresh(CurWin); ReadingTerminal = 2; } ReadingTerminal = 0; --8<------- Many thanks to Chrisses Torek and Miller for their achievement.