home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / emacs / 2735 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.1 KB  |  28 lines

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