X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_terminfo.3x;h=9e9dfa43783b84f06fba0e626fdeafd14de88dab;hp=7d440bf53ebca8388f5df312e241ac3dd93a232b;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=4298026c68384077462178f8018c8c1add0c3cdf diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x index 7d440bf5..9e9dfa43 100644 --- a/man/curs_terminfo.3x +++ b/man/curs_terminfo.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1999-2011,2013 Free Software Foundation, Inc. * +.\" Copyright (c) 1999-2013,2016 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_terminfo.3x,v 1.43 2013/07/20 19:29:59 tom Exp $ +.\" $Id: curs_terminfo.3x,v 1.44 2016/08/20 23:26:10 tom Exp $ .TH curs_terminfo 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -387,7 +387,7 @@ Older versions of \fBncurses\fP assumed that the file descriptor passed to \fBsetupterm\fP from \fBinitscr\fP or \fBnewterm\fP uses buffered I/O, and would write to the corresponding stream. In addition to the limitation that the terminal was left in block-buffered -mode on exit (like SystemV curses), +mode on exit (like System V curses), it was problematic because \fBncurses\fP did not allow a reliable way to cleanup on receiving SIGTSTP. The current version uses output buffers managed directly by \fBncurses\fP.