Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2008 05:42:52 +0000 (UTC)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/termcap termcap.src
Message-ID:  <200803080542.m285gq2s047868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rafan       2008-03-08 05:42:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/termcap        termcap.src 
  Log:
  MFC termcap changes for the END/ENTER keys
  
    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@
  
  Revision   Changes    Path
  1.144.8.1  +2 -2      src/share/termcap/termcap.src



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803080542.m285gq2s047868>