]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_border.3x.html
ncurses 5.6
[ncurses.git] / doc / html / man / curs_border.3x.html
index 5a93d88936de06572fbee545c6b02465a2417094..36aa8d579ccdffb45d52df8ffd4c9c0805b8cd6d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 <!-- 
   ****************************************************************************
-  * Copyright (c) 1998-2002,2005 Free Software Foundation, Inc.              *
+  * Copyright (c) 1998-2005,2006 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            *
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_border.3x,v 1.17 2005/05/15 16:17:31 tom Exp @
+  * @Id: curs_border.3x,v 1.18 2006/02/25 21:49:19 tom Exp @
 -->
 <HTML>
 <HEAD>
@@ -76,6 +76,7 @@
        The <STRONG>border</STRONG>, <STRONG>wborder</STRONG> and <STRONG>box</STRONG> routines draw a box around the
        edges of a window.  Other than the window,  each  argument
        is a character with attributes:
+
               <EM>ls</EM> - left side,
               <EM>rs</EM> - right side,
               <EM>ts</EM> - top side,
               <EM>tr</EM> - top right-hand corner,
               <EM>bl</EM> - bottom left-hand corner, and
               <EM>br</EM> - bottom right-hand corner.
+
        If  any of these arguments is zero, then the corresponding
        default values (defined in <STRONG>curses.h</STRONG>) are used instead:
+
               <STRONG>ACS_VLINE</STRONG>,
               <STRONG>ACS_VLINE</STRONG>,
               <STRONG>ACS_HLINE</STRONG>,