X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_outopts.3x;h=828076c22fa46c6d51487d6fce4cf398510a9527;hp=218aee5970202559caff8985de8872d415dc236e;hb=97cb42f22c43eb31a4bf11475bd73ab0e0b10923;hpb=58552e8c761a70f8f0bd591fecdf576fa8216e3e diff --git a/man/curs_outopts.3x b/man/curs_outopts.3x index 218aee59..828076c2 100644 --- a/man/curs_outopts.3x +++ b/man/curs_outopts.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2017,2018 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_outopts.3x,v 1.28 2017/01/07 19:25:15 tom Exp $ +.\" $Id: curs_outopts.3x,v 1.29 2018/07/28 22:59:02 tom Exp $ .TH curs_outopts 3X "" .na .hy 0 @@ -156,7 +156,7 @@ The \fBnl\fR and \fBnonl\fR routines control whether the underlying display device translates the return key into newline on input, and whether it translates newline into return and line-feed on output (in either case, the call \fBaddch('\\n')\fR does the equivalent of return and line feed on the -virtual screen). +\fIvirtual screen\fP). Initially, these translations do occur. If you disable them using \fBnonl\fR, \fBcurses\fR will be able to make better use of the line-feed