home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / ltalk30 / update.v30 < prev   
Text File  |  1993-01-20  |  4KB  |  92 lines

  1. =-=-=-=-=-=-=-
  2. LazerTalk v3.0   Summary of changes in new version
  3. =-=-=-=-=-=-=-
  4.  
  5. -> Chat logging is now available in split screen and normal modes.
  6.    In normal the file LT_CHAT.LOG will be created, in split screen
  7.    the files LT_SYSOP.LOG and LT_USER.LOG will be created which
  8.    contain the output of each individual window. These files will
  9.    be placed in the directory LazerTalk is executed from. Because
  10.    of this, the CHATLOG config line is no longer necessary and
  11.    should be removed. As before, ALT-L will toggle logging on/off.
  12.       
  13. -> The old problem of the screen jumping when a window scrolls that
  14.    I thought I could never solve has been solved! This is only
  15.    with an ST trick though and users still see the jump, I still
  16.    believe it is impossible to achieve using VT52 codes. People
  17.    have mentioned to me that jekyll does it, but that is a whole
  18.    different ball game because both the remote and host have
  19.    total control of their own screen, one isnt pumping codes to
  20.    the other to draw the screen.
  21.    
  22. -> Now the screen scroll jerk is fixed, this facility has less of
  23.    an impact but many of you may still prefer it. You may now
  24.    choose to wipe a window and return to the top when full rather
  25.    than scroll. Starting default MUST be specified in LTALK.CFG
  26.    with SCROLL: ON/OFF. This can be changed within LazerTalk
  27.    with ALT-S.
  28.    
  29. -> LazerTalk can now display text (or any) files to the user. In
  30.    split screen mode, the file is shown in the SysOps window and
  31.    in normal mode the full screen will be used. The file can be
  32.    paused with CTRL-S, resumed with CTRL-Q and aborted with CTRL-C.
  33.    The file will always scroll, regardless of the SCROLL setting
  34.    above.
  35.    
  36. -> Two new help screens, the HELP key gives a much more detailed
  37.    full screen function listing than before, and ALT-K displays
  38.    the contents of F1-F20.
  39.  
  40. -> The QuickBBS status bar is now removed from the screen and replaced
  41.    with LazerTalk's own status bar, giving status of Funmode, IO Lock,
  42.    Scrolling and Logging.
  43.    
  44. -> When LazerTalk pages you the screen will now flash, incase you
  45.    like keeping the montior volume down. If you are being pestered
  46.    by an idiot you can halt the page tune and still make for it to
  47.    look like you are being paged by pressing the '*' key.
  48.  
  49. -> You can now actually edit LTALK.CFG online!! Via a simple configuration
  50.    editor you can add/replace/remove lines in LTALK.CFG. Changes made go
  51.    into effect immediatly when you return to chat. Envoked by ALT-C.  
  52.  
  53. > 10 External program slots are now available for you to configure to run
  54.   any programs you wish, file transfer protocols being a popular choice.
  55.   They are configured with the commands PRG1 - PRG10, followed by the
  56.   filename to run, and any parameters for the program in quotes -
  57.  
  58.   PRG1: C:\XFER\XYZ.TTP "-c"
  59.  
  60.   They are accessed by ALT-1 - ALT-0 on the keyboard (not numeric keypad).
  61.  
  62.   If you want to run a program who's command line will not be known until
  63.   runtime (to say send a file) you may place '*INPUT*' anywhere within the
  64.   quotes of a PRG entry. Now when program is run, Lazertalk will prompt you
  65.   for a line of text to REPLACE '*INPUT*' with. This means you may freely
  66.   place a string to any specific position on the command line. For
  67.   example -
  68.  
  69.   PRG2: C:\XFER\XYZ.TTP "-c -u *INPUT*"
  70.  
  71.   If you give Lazertalk the string 'LTALK30.LZH' the program would be run
  72.   with the command line "-c -u LTALK30.LZH".
  73.  
  74.   Or you may just use -
  75.  
  76.   PRG2: C:\XFER\XYZ.TTP "*INPUT*"
  77.  
  78.   which allows you to enter an entire command line to pass to a program.
  79.   In any case, LazerTalk will always change drive and directory of
  80.   the program specified to ensure a program can always find its
  81.   supporting files, configs etc.
  82.  
  83. ************** A Hint for ///Turbo Users *************
  84.  
  85. Rather than running LT_LOGON.PRG from your LOGON.BAT, you may prefer to
  86. instead run it in your CHAT.BAT, or equivelant which calls CHAT.PRG with
  87. the parameter "user". This will instead record a users chosen graphics
  88. mode upon a page, rather than upon login. This however means if a sysop
  89. breaks in to chat with <esc> before they have paged you they will only
  90. have the standard chat routine (ascii) available to them until they do.
  91.  
  92.