Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pur-phy.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!eagle!hou5h!hou5a!hou5d!hogpc!drux3!ihnp4!inuxc!pur-ee!CSvax:Pucc-H:Physics:crl From: CSvax:Pucc-H:Physics:crl@pur-ee.UUCP Newsgroups: net.sources Subject: vnews visual.c mods Message-ID: <1090@pur-phy.UUCP> Date: Wed, 26-Oct-83 23:45:52 EST Article-I.D.: pur-phy.1090 Posted: Wed Oct 26 23:45:52 1983 Date-Received: Sun, 6-Nov-83 16:13:29 EST Organization: Purdue University Physics Dept. Lines: 74 Here is the diff described in net.news.b Charles LaBrec UUCP: pur-ee!Physics:crl, purdue!Physics:crl INTERNET: crl @ pur-phy.UUCP *** /tmp/#RCSt1008069 Sat Oct 15 16:46:39 1983 --- /tmp/#RCSt2008069 Sat Oct 15 16:47:06 1983 *************** *** 534,541 /* cancel the article. */ case 'c': ! strcpy(prompt, "cancel? "); ! if (vgetc() != '\n') break; cancel_command(); break; --- 534,542 ----- /* cancel the article. */ case 'c': ! strcpy(prompt, "cancel [n]? "); ! if (vgetc() != 'y') { ! msg("article not cancelled"); break; } cancel_command(); *************** *** 537,542 strcpy(prompt, "cancel? "); if (vgetc() != '\n') break; cancel_command(); break; --- 538,544 ----- if (vgetc() != 'y') { msg("article not cancelled"); break; + } cancel_command(); break; *************** *** 576,581 reply(0); break; /* next newsgroup */ case 'N': --- 578,594 ----- reply(0); break; + + /* punt rest of newsgroup */ + + case 'K': + saveart; + while(bit <= ngsize && bit > 0) { + clear(bit); + nextbit(); + } + break; + /* next newsgroup */ case 'N':