Path: utzoo!attcan!uunet!mcvax!ukc!warwick!cudcv From: cudcv@warwick.ac.uk (Rob McMahon) Newsgroups: comp.sources.bugs Subject: jove 4.9 (support for km: meta-key) Message-ID: <45@titania.warwick.ac.uk> Date: 10 Sep 88 11:56:04 GMT Reply-To: cudcv@warwick.ac.uk (Rob McMahon) Organization: Computing Services, Warwick University, UK Lines: 25 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@uk.ac.warwick ARPA: cudcv@warwick.ac.uk Rob McMahon, Computing Services, Warwick University, Coventry CV4 7AL, England