]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_outopts.3x.html
ncurses 6.1 - patch 20180728
[ncurses.git] / doc / html / man / curs_outopts.3x.html
index 1077affdfd2b040357067d08af90b58f85b10cfa..837281332e946a7fe336b4a2d6c9e99932fd676d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
   ****************************************************************************
-  * 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 @@
   * sale, use or other dealings in this Software without prior written       *
   * 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 @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
        translates  the return key into newline on input, and whether it trans-
        lates newline into return and line-feed on output (in either case,  the
        call  <STRONG>addch('\n')</STRONG>  does  the  equivalent of return and line feed on the
-       virtual screen).  Initially, these translations do occur.  If you  dis-
+       <EM>virtual</EM> <EM>screen</EM>).  Initially, these translations do occur.  If you  dis-
        able  them  using  <STRONG>nonl</STRONG>,  <STRONG>curses</STRONG> will be able to make better use of the
        line-feed capability, resulting in faster cursor motion.  Also,  <STRONG>curses</STRONG>
        will then be able to detect the return key.