home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.emacs
- Path: sparky!uunet!usc!wupost!udel!gvls1!jabber!candle!root
- From: root@candle.uucp (Bruce Momjian)
- Subject: Re: MicroEmacs 3.11c bug fix (cursor keypad under Unix)
- Organization: a consultant's basement
- Date: Wed, 29 Jul 1992 12:27:39 GMT
- Message-ID: <1992Jul29.122739.9145@candle.uucp>
- X-Newsreader: Tin 1.1 PL4
- References: <1992Jul29.001039.5786@candle.uucp>
- Lines: 16
-
- root@candle.uucp (Bruce Momjian) writes:
- : Under Unix, a vt100 goes into application keypad mode upon entry to
- : uEmacs, but keypad mode is not restored to normal upon exit.
- :
- : The problem is that there should be a ttflush() call just before the
- : return in scclose() in unix.c. Without it, the command string to return
- : the keys to normal stays in outbuf[].
- :
-
- I posted in too much haste. The ttflush() call should go before each
- ttclose() call in scclose(), not before the return. Either would work,
- but the former is more proper.
- --
- Bruce Momjian | 830 Blythe Avenue
- root%candle.uucp@bts.com | Drexel Hill, Pennsylvania 19026
- | (215) 353-9879(w) 853-3000(h)
-