cvs commit: src/share/termcap termcap.src

Rong-En Fan rafan at FreeBSD.org
Tue Jan 8 08:00:25 PST 2008


rafan       2008-01-08 16:00:24 UTC

  FreeBSD src repository

  Modified files:
    share/termcap        termcap.src 
  Log:
  - Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).
    As ncurses has the limitation that it returns the first matched key symbol,
    you can not use END in ncurses based program, like mutt, with xterm.
  - Add @8 (kp_enter) definition for xterm so you can use ENTER in xterm with
    ncurses based program.
  
  I also found that NetBSD's xterm does the same thing.
  
  PR:             100150
  Reported by:    Arseny Nasokin <tarc at tarc.po.cs.msu.su>
  Discussed with: Thomas Dickey, Ulrich Spoerlein <uspoerlein at gmail.com>
  Reviewed by:    freebsd-arch@
  MFC after:      2 month
  
  Revision  Changes    Path
  1.150     +2 -2      src/share/termcap/termcap.src


More information about the cvs-src mailing list