jove 4.9 (support for km: meta-key)

Rob McMahon cudcv at warwick.ac.uk
Sat Sep 10 21:56:04 AEST 1988


Termcap (at least on Suns) supports a km: "I've got a meta-key" entry, which
is easy to add to jove, and makes life easier.

RCS file: term.c,v
retrieving revision 1.1
diff -c -r1.1 term.c
*** /tmp/,RCSt1a02098	Sat Sep 10 12:54:56 1988
--- term.c	Sat Sep 10 11:26:51 1988
***************
*** 201,206 ****
--- 201,209 ----
  	if (BL == 0)
  		BL = "\007";
  
+ 	if (tgetflag("km") > 0)	/* has meta-key */
+ 		MetaKey = 1;
+ 
  #ifdef ID_CHAR
  	disp_opt_init();
  #endif

-- 
UUCP:   ...!mcvax!ukc!warwick!cudcv	PHONE:  +44 203 523037
JANET:  cudcv at uk.ac.warwick             ARPA:   cudcv at warwick.ac.uk
Rob McMahon, Computing Services, Warwick University, Coventry CV4 7AL, England



More information about the Comp.sources.bugs mailing list