[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /global/le.c</h2>
This is a quick and dirty line editor.  Useful when ed fails
or for a few other other things.
<p>

This is a very quick and dirty line editor cooked up by
[als] in half an hour on a not-so-stormy night of 10/12/91
It uses NO input_to's, so ALL commands are prefixed with the command word
it was simply intended for those times when ed goes down the
proverbial gurgler.  If you HAVE to use it, set up aliases :)
commands: r file, w[file], >insert text, /search text,
number goes to line number, +, -, d, N-> clears line editor
Have fun, and win awards
One other possible use for LE is for cute aliases<p>Written by Ember
<p>Started 10th of December 1991<h2>Method index</h2>
<dl><ul>
<li><a href="#le">le</a>(string)<br/>
The main access point for le.
<li><a href="#le_commands">le_commands</a>()<br/>
This method adds in all the commands needed to access le.
</ul><h2>Protected Functions</h2>
These are functions that only objects inheriting the class can access.<p>
<ul><a name="le">
le</a><pre>
int le(string s)
</pre></br>
The main access point for le.  This takes in the comamnd
line arg and uses it as it should and does wild and
exciting thins, especially on those stormy  nights...
<br/><ul>
<li><b>Parameters:</b>
<br/>s - the input string to the line editor
<li><b>Returns:</b>
<br/>1 if successful, 0 on failure

</dl>

<ul><a name="le_commands">
le_commands</a><pre>
void le_commands()
</pre></br>
This method adds in all the commands needed to access le.



[an error occurred while processing this directive]

