- 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>bs</EM> - bottom side,
- <EM>tl</EM> - top left-hand corner,
- <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>,
- <STRONG>ACS_HLINE</STRONG>,
- <STRONG>ACS_ULCORNER</STRONG>,
- <STRONG>ACS_URCORNER</STRONG>,
- <STRONG>ACS_LLCORNER</STRONG>,
- <STRONG>ACS_LRCORNER</STRONG>.
-
- <STRONG>box(</STRONG><EM>win</EM><STRONG>,</STRONG> <EM>verch</EM><STRONG>,</STRONG> <EM>horch</EM><STRONG>)</STRONG> is a shorthand for the following
- call: <STRONG>wborder(</STRONG><EM>win</EM><STRONG>,</STRONG> <EM>verch</EM><STRONG>,</STRONG> <EM>verch</EM><STRONG>,</STRONG> <EM>horch</EM><STRONG>,</STRONG> <EM>horch</EM><STRONG>,</STRONG> <STRONG>0,</STRONG> <STRONG>0,</STRONG> <STRONG>0,</STRONG>
- <STRONG>0)</STRONG>.
-
- The <STRONG>hline</STRONG> and <STRONG>whline</STRONG> functions draw a horizontal (left to
- right) line using <EM>ch</EM> starting at the current cursor posi-
- tion in the window. The current cursor position is not
- changed. The line is at most <EM>n</EM> characters long, or as
- many as fit into the window.
-
- The <STRONG>vline</STRONG> and <STRONG>wvline</STRONG> functions draw a vertical (top to
- bottom) line using <EM>ch</EM> starting at the current cursor posi-
- tion in the window. The current cursor position is not
- changed. The line is at most <EM>n</EM> characters long, or as
- many as fit into the window.
+ The <B>border</B>, <B>wborder</B> and <B>box</B> routines draw a box around the edges of a
+ window. Other than the window, each argument is a character with at-
+ tributes:
+
+ <I>ls</I> - left side,
+ <I>rs</I> - right side,
+ <I>ts</I> - top side,
+ <I>bs</I> - bottom side,
+ <I>tl</I> - top left-hand corner,
+ <I>tr</I> - top right-hand corner,
+ <I>bl</I> - bottom left-hand corner, and
+ <I>br</I> - bottom right-hand corner.
+
+ If any of these arguments is zero, then the corresponding default val-
+ ues (defined in <B>curses.h</B>) are used instead:
+
+ <B>ACS_VLINE</B>,
+ <B>ACS_VLINE</B>,
+ <B>ACS_HLINE</B>,
+ <B>ACS_HLINE</B>,
+ <B>ACS_ULCORNER</B>,
+ <B>ACS_URCORNER</B>,
+ <B>ACS_LLCORNER</B>,
+ <B>ACS_LRCORNER</B>.
+
+ <B>box(</B><I>win</I><B>,</B> <I>verch</I><B>,</B> <I>horch</I><B>)</B> is a shorthand for the following call: <B>wbor-</B>
+ <B>der(</B><I>win</I><B>,</B> <I>verch</I><B>,</B> <I>verch</I><B>,</B> <I>horch</I><B>,</B> <I>horch</I><B>,</B> <B>0,</B> <B>0,</B> <B>0,</B> <B>0)</B>.
+
+ The <B>hline</B> and <B>whline</B> functions draw a horizontal (left to right) line
+ using <I>ch</I> starting at the current cursor position in the window. The
+ current cursor position is not changed. The line is at most <I>n</I> charac-
+ ters long, or as many as fit into the window.
+
+ The <B>vline</B> and <B>wvline</B> functions draw a vertical (top to bottom) line us-
+ ing <I>ch</I> starting at the current cursor position in the window. The cur-
+ rent cursor position is not changed. The line is at most <I>n</I> characters
+ long, or as many as fit into the window.