From: utzoo!decvax!ucbvax!ARPAVAX:UNKNOWN:C70:info-cpm Newsgroups: fa.info-cpm Title: Re: terminal features Article-I.D.: ucb.1947 Posted: Tue Sep 14 12:58:30 1982 Received: Fri Sep 17 02:19:38 1982 >From bridger@Rand-Unix Tue Sep 14 12:58:16 1982 Yes! I'd like the c-code for the 950 terminal features you've developed, for modification to an h19. Your function-key alternatives for mince also sound good. I have developed a few mince commands that I find helpful, and will be forwarding to Amethyst-Users shortly. Here is the first installment: /* windows for AUG */ MBeginWind() /* on M-, */ { BPntToMrk(sstart); TForce(); } MEndWind() /* on M-. */ { BPntToMrk(send); BMove(-1); TForce(); } MMoveToTop() /* 'M-!' ==> line to top of buffer */ { tmp=prefrow; prefrow=0; ScrnRange(); prefrow=tmp; ToBegLine(); }