Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 1997 06:34:38 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   cvs commit: ports/editors/emacs/patches patch-ac
Message-ID:  <199705261334.GAA28574@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/05/26 06:34:38 PDT

  Modified files:
    editors/emacs/patches patch-ac 
  Log:
  If compiling under native ncurses (instead of libcurses), we have to
  use the terminfo version of tparam() since the termcap version supplies
  tgoto() which seriously screws up text display.  ncurses-4.1 has both a
  termcap and terminfo internal interface and is quicker with the terminfo
  one even when it's read a termcap.db file.
  
  Revision  Changes    Path
  1.2       +21 -3     ports/editors/emacs/patches/patch-ac



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