<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Tue, 14 Sep 1982100:13:00-PDT
From   : bridger@Rand-Unix
Subject: Re: terminal features

       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();
       }
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>