Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 05:55:02 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/ncurses/ncurses/tinfo lib_raw.c
Message-ID:  <200001291355.FAA07759@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/01/29 05:55:02 PST

  Modified files:
    contrib/ncurses/ncurses/tinfo lib_raw.c 
  Log:
  Fixed IEXTEN handling in raw mode again.  The effect of IEXTEN when
  ICANON is off is implementation-defined.  Under BSD, IEXTEN is
  independent of ICANON, so it must be turned off to get "raw" mode.
  
  This was first fixed in rev.1.4 (1995/10/21) of libncurses/lib_raw.c,
  but the change was lost in the downgrade to the contrib version.
  
  The fix here is the same as in the old rev.1.4, less style bugs.  A
  better fix would use cfmakeraw(3) to actually handle all of the
  complications for switching to raw mode.
  
  Revision  Changes    Path
  1.2       +9 -2      src/contrib/ncurses/ncurses/tinfo/lib_raw.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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