~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to doc/html/manual.html-chunked/ch03s05.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>LED status indicators</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="The ELinks Manual"><link rel="up" href="ch03.html" title="Chapter 3. Introduction to the World of ELinks"><link rel="prev" href="ch03s04.html" title="The Managers"><link rel="next" href="ch03s06.html" title="Navigation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">LED status indicators</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s04.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Introduction to the World of ELinks</th><td width="20%" align="right"> <a accesskey="n" href="ch03s06.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2516668"></a>LED status indicators</h2></div></div></div><p>As an optional feature it is possible to have tiny LED-like status
 
2
indicators shown at the bottom-right of the screen. They are used for
 
3
displaying an overview of the current browsing state, ie.  whether you are
 
4
currently talking through a SSL-secured connection, what is the current
 
5
input mode (normal or insert), JavaScript errors etc.</p><p>An example display may look like: <code class="literal">[SIJP—]</code>. Each position in the LED
 
6
display is associated with the following state:</p><div class="informaltable"><table border="1"><colgroup><col align="left"><col align="left"></colgroup><thead><tr><th align="left">
 
7
    Symbol
 
8
    </th><th align="left">
 
9
    Description
 
10
    </th></tr></thead><tbody><tr><td align="left">
 
11
    <span class="emphasis"><em>S</em></span>
 
12
    </td><td align="left">
 
13
    Whether an SSL connection was used.
 
14
    </td></tr><tr><td align="left">
 
15
    <span class="emphasis"><em>i</em></span>/<span class="emphasis"><em>I</em></span>
 
16
    </td><td align="left">
 
17
    The state of insert mode for text-input form-fields: <span class="emphasis"><em>i</em></span>                     means modeless, <span class="emphasis"><em>I</em></span> means insert mode is on.
 
18
    </td></tr><tr><td align="left">
 
19
    <span class="emphasis"><em>J</em></span>
 
20
    </td><td align="left">
 
21
    A JavaScript error has occured.
 
22
    </td></tr><tr><td align="left">
 
23
    <span class="emphasis"><em>P</em></span>
 
24
    </td><td align="left">
 
25
    A JavaScript pop-up window was blocked.
 
26
    </td></tr><tr><td align="left">
 
27
    -
 
28
    </td><td align="left">
 
29
    Unused.
 
30
    </td></tr><tr><td align="left">
 
31
    -
 
32
    </td><td align="left">
 
33
    Unused.
 
34
    </td></tr></tbody></table></div><p><code class="literal">-</code> generally indicates that the LED is off.</p><p>The above information is also available in the LED dialog available by
 
35
either clicking on the LED display or via the Help menu.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The Managers </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Navigation</td></tr></table></div></body></html>