[Package Index | Mudlib Index | Effect Index]
See also:
/global/more_file.c
Written by Pinkfish
.
varargs int more_string(string text,
string bity,
int noreline)
Puts a long string through a more function.
varargs void set_finish_func(string str,
object ob)
Sets the finish function. This is called when the more_string
command exits. If the ob is set to 0 then previous_object() is used
for it. The str can be a function pointer as well.
class more_string_info {
int fsize;
int topl;
int botl;
string last_search;
string * the_bit;
string finish_func;
string more_bit;
string stat_line;
object finish_ob;
}