curses driver: new option DrawBorder (Bruno Schwander)

This commit is contained in:
marschap
2007-10-09 07:28:21 +00:00
parent f30af62574
commit f93e6dec47
5 changed files with 89 additions and 64 deletions
+15
View File
@@ -117,6 +117,21 @@ curses chipset.
instead of simple ASCII characters.
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<command>DrawBorder=</command>
<arg choice ="plain">
<group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
<arg choice="plain"><literal>no</literal></arg>
</group>
</arg>
</term>
<listitem><para>
Tell whether to draw a border around the screen.
</para></listitem>
</varlistentry>
</variablelist>
</sect3>