summaryrefslogtreecommitdiff
path: root/help/opie-sh/node13.html
Side-by-side diff
Diffstat (limited to 'help/opie-sh/node13.html') (more/less context) (show whitespace changes)
-rw-r--r--help/opie-sh/node13.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/help/opie-sh/node13.html b/help/opie-sh/node13.html
index 348082a..7a43eb7 100644
--- a/help/opie-sh/node13.html
+++ b/help/opie-sh/node13.html
@@ -8,62 +8,62 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<HTML>
<HEAD>
<TITLE>Global Options</TITLE>
<META NAME="description" CONTENT="Global Options">
<META NAME="keywords" CONTENT="opie-sh-howto">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="opie-sh-howto.css">
<LINK REL="next" HREF="node14.html">
<LINK REL="previous" HREF="node12.html">
<LINK REL="up" HREF="node12.html">
<LINK REL="next" HREF="node14.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html197"
HREF="node14.html">
-<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
- SRC="file:/usr/local/share/lib/latex2html/icons/next.gif"></A>
+<IMG WIDTH="20" HEIGHT="20" ALIGN="BOTTOM" BORDER="0" ALT="next"
+ SRC="file:/usr/local/share/lib/latex2html/icons/forward.gif"></A>
<A NAME="tex2html193"
HREF="node12.html">
-<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
+<IMG WIDTH="20" HEIGHT="20" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="file:/usr/local/share/lib/latex2html/icons/up.gif"></A>
<A NAME="tex2html187"
HREF="node12.html">
-<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
- SRC="file:/usr/local/share/lib/latex2html/icons/prev.gif"></A>
+<IMG WIDTH="20" HEIGHT="20" ALIGN="BOTTOM" BORDER="0" ALT="previous"
+ SRC="file:/usr/local/share/lib/latex2html/icons/back.gif"></A>
<A NAME="tex2html195"
HREF="node1.html">
-<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
- SRC="file:/usr/local/share/lib/latex2html/icons/contents.gif"></A>
+<IMG WIDTH="20" HEIGHT="20" ALIGN="BOTTOM" BORDER="0" ALT="contents"
+ SRC="file:/usr/local/share/lib/latex2html/icons/folder.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html198"
HREF="node14.html">Single line input</A>
<B> Up:</B> <A NAME="tex2html194"
HREF="node12.html">Input Dialog</A>
<B> Previous:</B> <A NAME="tex2html188"
HREF="node12.html">Input Dialog</A>
&nbsp <B> <A NAME="tex2html196"
HREF="node1.html">Contents</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00051000000000000000">
Global Options</A>
</H2>
There are three options that are global to all input dialogs. They behave very much the same way that they do for the other dialogs that have them. The ``-g'' flag disables fullscreen, the same way that it does for the message dialog. Fullscreen is also implemented the same way that it is in the message dialog. The ``-L'' option takes a string, and uses that as a label for the input field. The ``-t'' option behaves the same way as it does with all the other dialogs, by setting the title of the dialog (and the fullscreen window, if you run it without the -g). Here is an example of all three:
<P>
<PRE>
opie-sh -i -L "Label: " -t "Title" -g
</PRE>
<P>