Greetings!

>1) How do I get hh:mm time stamps in front of every line?

/set output_rewrite [$Z] $1-

>2) How do I get a history that is as long as the client runs?

EPIC retains two histories -- your /lastlog and your scrollback.
You can effectively unlimit them by setting them to very high values.

(To change them globally)
        /set lastlog 999999
or
        /set scrollback 999999

(To change them for only one window)
        /window lastlog 999999
or
        /window scrollback 999999

Warning -- very large scrollbacks or lastlog will consume /a lot/
of memory!  If you eventually run out of memory, epic will shut down
and this isn't considered a bug as such.

Let me know if there's anything else I can do to be of assistance!
Jeremy
_______________________________________________
List mailing list
List@epicsol.org
http://epicsol.org/mailman/listinfo/list

Reply via email to