|
|
|||
[Package Index | Mudlib Index | Effect Index]File /global/le.cThis is a quick and dirty line editor. Useful when ed fails or for a few other other things.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 Written by Ember Started 10th of December 1991 Method index
Protected FunctionsThese are functions that only objects inheriting the class can access.
int le(string s)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... void le_commands()This method adds in all the commands needed to access le. |
||||
|
Brought to you by CMOT Dibbler's Sensational Sausages; buy one while they're hot. |