

;;; Configuration file of the Trion Lastcallers Programm



;;;  'CLRSCR'  Start the screen with a Clearscreen code
;;;            (if there is non in the header file)

;CLRSCR

;;;  'LINES'  Number of lines with Callers in the screen

LINES   18

;;;  'HEADER'  Path and Name of a ANSI header file.

FOOTER  doors:lastcallers/header.ANSI

;;;  'FOOTER'  Path and Name of a ANSI footer file.

FOOTER  doors:lastcallers/footer.ANSI


;;;   %n   =  Number of node the call was on.                   (UWORD)
;;;   %a   =  Name of user/remote sysop/fax or voice received.  (STRING)
;;;   %b   =  Place of user/remote nodenumber                   (STRING)
;;;   %c   =  Time of call (5 characters)                       (STRING)
;;;   %d   =  Number of Minutes the call lasted.                (ULONG)

;;;   %e   =  Number of received bytes (4 characters)           (STRING)
;;;   %f   =  Units of received bytes  (K or M or space)        (STRING)
;;;   %g   =  number of files received (2 characters)           (STRING)

;;;   %h   =  Number of sent bytes (4 characters)               (STRING)
;;;   %i   =  Units of sent bytes  ('k' or 'k' or space)        (STRING)
;;;   %j   =  number of files sent (2 characters)               (STRING)

;;;   %p   =  Sysop Paged flag  (1 character '.' or 'P')        (STRING)
;;;   %q   =  Commented flag    (1 character '.' or 'C')        (STRING)
;;;   %r   =  New user flag     (1 character '.' or 'N')        (STRING)
;;;   %s   =  Carrier lost flag (1 character '.' or 'L')        (STRING)

;;;   %t   =  Connect speed in bits per second ..k. (4 chars)   (STRING)


;;;   Used when a user logs in manualy.

MANUAL USER  "[0m%n. [1;37m%-22a [32m%-24b [1;36m%t  [33m%c %3d mins  [0m[%p%q%r%s]\r\n"

;;;   Used when a user uses IEMSI to login.

IEMSI  USER  "[0m%n. [1;36m%-22a [32m%-24b [1;36m%t  [33m%c %3d mins  [0m[%p%q%r%s]\r\n"

;;;   Used for a mailer call.

MAILER CALL  "[0m%n. [1;33m%-22a [32m%-24b [1;36m%t  [33m%c %3d mins  [0m[%p%q%r%s]\r\n"

;;;   Used for a FAX call.

FAX    CALL  "[0m%n. [1;34m%-22a [32m%-24b [1;36m%t  [33m%c %3d mins  [0m[%p%q%r%s]\r\n"

;;;   Used for a VOICE call.

VOICE  CALL  "[0m%n. [1;32m%-22a [32m%-24b [1;36m%t  [33m%c %3d mins  [0m[%p%q%r%s]\r\n"



